GothenburgBitFactory / tasklib

A Python library for interacting with taskwarrior databases.
http://tasklib.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
146 stars 27 forks source link

Tags should be represented by sets rather than by lists #38

Closed tbabej closed 8 years ago

tbabej commented 9 years ago

As they are essentially sets anyway. List representation can cause TW to interpret the tag multiple times, if used by a hook.

tbabej commented 8 years ago

Fixed in develop.