mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-01 07:51:06 -05:00
Changed showDefault to _showDefault.
This commit is contained in:
parent
a30ad667ed
commit
54ccb01b5e
@ -98,7 +98,7 @@ def close(registry, filename, annotated=True, helpOnceOnly=False):
|
|||||||
else:
|
else:
|
||||||
lines.insert(0, '\n')
|
lines.insert(0, '\n')
|
||||||
if hasattr(value, 'value'):
|
if hasattr(value, 'value'):
|
||||||
if value.showDefault:
|
if value._showDefault:
|
||||||
lines.append('#\n')
|
lines.append('#\n')
|
||||||
try:
|
try:
|
||||||
original = value.value
|
original = value.value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user