ralphbean / taskw

python taskwarrior api
http://threebean.org
GNU General Public License v3.0
176 stars 47 forks source link

Fixes parsing of rc options containing '=' #129

Closed nkakouros closed 4 years ago

nkakouros commented 5 years ago

If an option, eg an alias, contains an '=', then taskw will fail with a ValueError of too many values to unpack.

ryneeverett commented 4 years ago

CI would pass on python2 if you made maxsplit a positional rather than keyword argument...if we care to continue supporting python2.

ryneeverett commented 4 years ago

Noticed this is a near-duplicate of #116.

nkakouros commented 4 years ago

I am closing this in favor of the other PR as it also supports python2.