Closed DC23 closed 7 years ago
OK, it didn't break it, but the bidict class changed in 0.13.0, which caused the pickled bidict from an older version to fail. Deleting all tasks, deleting the task map file on disk, and then resyncing with Trello is a workaround.
The real fix will be to stop using pickle because it's evil. I wonder if bidict supports JSON serialisation?
Resolved in #40
AttributeError: 'bidict' object has no attribute '_BidictBase__inv'