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