samuelbryant / sjb-tools

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

Handle malformed lists better #52

Open samuelbryant opened 6 years ago

samuelbryant commented 6 years ago

Currently there is no handling for malformed lists. If a list is corrupt, we expect nonsense python errors. Even an empty list file will mess the system up.

This should be fixed