You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Fix bug in 3.5+ async stmt ..
and in verification status message
This commit is contained in:
@@ -217,7 +217,7 @@ def main(in_base, out_base, files, codes, outfile=None,
|
||||
if current_outfile:
|
||||
sys.stdout.write("%s\r" %
|
||||
status_msg(do_verify, tot_files, okay_files, failed_files,
|
||||
verify_failed_files, None))
|
||||
verify_failed_files, do_verify))
|
||||
sys.stdout.flush()
|
||||
if current_outfile:
|
||||
sys.stdout.write("\n")
|
||||
@@ -239,7 +239,7 @@ else:
|
||||
|
||||
def status_msg(do_verify, tot_files, okay_files, failed_files,
|
||||
verify_failed_files, weak_verify):
|
||||
if weak_verify:
|
||||
if weak_verify == 'weak':
|
||||
verification_type = 'weak'
|
||||
else:
|
||||
verification_type = 'strong'
|
||||
|
Reference in New Issue
Block a user