You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Merge pull request #348 from IzeBerg/patch-1
'NoneType' object is not iterable with numproc > 1
This commit is contained in:
@@ -225,7 +225,7 @@ def main_bin():
|
|||||||
if f is None:
|
if f is None:
|
||||||
break
|
break
|
||||||
(t, o, f, v) = \
|
(t, o, f, v) = \
|
||||||
main(src_base, out_base, [f], None, outfile, **options)
|
main(src_base, out_base, [f], [], outfile, **options)
|
||||||
tot_files += t
|
tot_files += t
|
||||||
okay_files += o
|
okay_files += o
|
||||||
failed_files += f
|
failed_files += f
|
||||||
|
Reference in New Issue
Block a user