samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

Fix the error inheritance problem in base.py #35

Closed samuelbryant closed 6 years ago

samuelbryant commented 6 years ago

Whenever an error is triggered, there is an additional error caused by the call to the super in the initialization for the error. Fix this