You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Merge branch 'master' into python-2.4
This commit is contained in:
@@ -228,7 +228,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")
|
||||
@@ -250,7 +250,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