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 871f84d commit dfe9fb4Copy full SHA for dfe9fb4
lib/import.py
@@ -726,7 +726,7 @@ def main(argv):
726
try:
727
importer.parse(file)
728
importer.satanize(arg.clean)
729
- except (FormatError, AttributeError, ValueError) as e:
+ except (FormatError, AttributeError, ValueError):
730
die("%s is not a exported %s file" % (arg.file, arg.manager))
731
except PermissionError as e:
732
die(e)
0 commit comments