Python 2.5 try/except reduce fix

Start getting aligner up to date
This commit is contained in:
rocky
2024-07-12 14:15:04 -04:00
parent efbd6570b0
commit cb2b90a94f
5 changed files with 19 additions and 14 deletions

View File

@@ -108,4 +108,4 @@ if __name__ == "__main__":
# assert linemap == linemap2
return
deparse_test(deparse_test.__code__)
deparse_test(deparse_test.func_code)