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.
2 parents 1d56287 + d759bec commit e0d5081Copy full SHA for e0d5081
icsv2ledger.py
@@ -50,7 +50,7 @@ def __call__(self, string):
50
self._errors, newline=self._newline)
51
except OSError as e:
52
message = "can't open '%s': %s"
53
- raise ArgumentTypeError(message % (string, e))
+ raise argparse.ArgumentTypeError(message % (string, e))
54
55
def __repr__(self):
56
args = self._mode, self._bufsize
0 commit comments