mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Slightly fixed a formatting issue.
This commit is contained in:
parent
c5aa3f0112
commit
bd7c758dee
@ -86,8 +86,8 @@ 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'):
|
||||||
lines.append('#\n')
|
|
||||||
if value.showDefault:
|
if value.showDefault:
|
||||||
|
lines.append('#\n')
|
||||||
try:
|
try:
|
||||||
original = value.value
|
original = value.value
|
||||||
value.value = value.default
|
value.value = value.default
|
||||||
|
Loading…
Reference in New Issue
Block a user