mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01: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:
|
||||
lines.insert(0, '\n')
|
||||
if hasattr(value, 'value'):
|
||||
if value.showDefault:
|
||||
if value._showDefault:
|
||||
lines.append('#\n')
|
||||
try:
|
||||
original = value.value
|
||||
|
Loading…
Reference in New Issue
Block a user