We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c27ee commit 784c2ecCopy full SHA for 784c2ec
1 file changed
uncompyle6/main.py
@@ -415,7 +415,13 @@ def main(
415
# sys.stderr.write(f"Ran {deparsed_object.f.name}\n")
416
pass
417
tot_files += 1
418
- except (ValueError, SyntaxError, ParserError, SourceWalkerError) as e:
+ except (
419
+ ValueError,
420
+ SyntaxError,
421
+ ParserError,
422
+ SourceWalkerError,
423
+ ImportError,
424
+ ) as e:
425
sys.stdout.write("\n")
426
sys.stderr.write(f"\n# file {infile}\n# {e}\n")
427
failed_files += 1
0 commit comments