final returned at line 461

This commit is contained in:
ronak
2024-10-10 20:49:18 +05:30
committed by Chris Hennes
parent 0511133327
commit d2adeb6e69

View File

@@ -458,6 +458,8 @@ def export(objectslist, filename, argstring):
with open(filename, "w") as fp:
fp.write(final)
return final
def linenumber():
if not OUTPUT_LINE_NUMBERS: