You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
2.7 control flow futzing.
Some overall cleanup. But again we need to attack all of this more head on. Closes Issue #149
This commit is contained in:
@@ -171,8 +171,9 @@ def main_bin():
|
||||
try:
|
||||
result = main(src_base, out_base, files, codes, outfile,
|
||||
**options)
|
||||
result = list(result) + [options.get('do_verify', None)]
|
||||
if len(files) > 1:
|
||||
mess = status_msg(do_verify, result, do_verify)
|
||||
mess = status_msg(do_verify, *result)
|
||||
print('# ' + mess)
|
||||
pass
|
||||
except (KeyboardInterrupt):
|
||||
|
Reference in New Issue
Block a user