Closed d-e-s-o closed 6 years ago
ArgumentTypeError is undefined as it is never imported directly:
File "./icsv2ledger/icsv2ledger.py", line 55, in call raise ArgumentTypeError(message % (string, e)) NameError: name 'ArgumentTypeError' is not defined
This change references it correctly.
Thanks for all your work.
ArgumentTypeError is undefined as it is never imported directly:
This change references it correctly.