drmfinlay / todoist-org-mode

Convert Todoist projects into Org mode files
MIT License
14 stars 1 forks source link

Fix join KeyError #3

Closed sonofhypnos closed 2 years ago

sonofhypnos commented 2 years ago

Join expects items of the type string. See https://docs.python.org/3/library/stdtypes.html#str.join

sonofhypnos commented 2 years ago

Wups, seems like tags was intended to be a string and this does not actually solve the issue.