ifelsestmt transform must object types more

This commit is contained in:
rocky
2020-01-26 10:12:26 -05:00
parent b893a9ae21
commit e80e72e6ab
2 changed files with 37 additions and 17 deletions

View File

@@ -101,7 +101,9 @@ def decompile(
)
)
if PYTHON_VERSION < 3.0 and bytecode_version >= 3.0:
write("# Warning: this version has problems handling the Python 3 byte type in contants properly.\n")
write(
"# Warning: this version has problems handling the Python 3 byte type in contants properly.\n"
)
if co.co_filename:
write("# Embedded file name: %s" % co.co_filename,)