mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-04-02 14:06:54 +02: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…
x
Reference in New Issue
Block a user