Skip to content

Commit d0e577a

Browse files
committed
Merge branch 'master' into python-3.6-to-3.10
2 parents f71d78c + f0565b2 commit d0e577a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

uncompyle6/verify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def compare_files(pyc_filename1, pyc_filename2, verify):
524524
python_implementation,
525525
source_size,
526526
sip_hash,
527-
_
527+
_,
528528
) = load_module(pyc_filename1)
529529
is_pypy = python_implementation is PythonImplementation.PyPy
530530
(
@@ -535,7 +535,7 @@ def compare_files(pyc_filename1, pyc_filename2, verify):
535535
python_implementation,
536536
source_size,
537537
sip_hash,
538-
_
538+
_,
539539
) = load_module(pyc_filename2)
540540
if (magic_int1 != magic_int2) and verify == "verify":
541541
verify = "weak_verify"

0 commit comments

Comments
 (0)