through the use of tags. Instead of failing when categorizing a transaction which already has a category, add the new category as a tag for that transaction. Issue #2
3 lines
49 B
Python
3 lines
49 B
Python
class MoreThanOneMatchError(Exception):
|
|
pass
|