ralphbean / taskw

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

TypeError: argument of type 'FileNotFoundError' is not iterable #127

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago

On Python 3.7 I see

  File "/home/abuild/rpmbuild/BUILD/taskw-1.2.0/taskw/warrior.py", line 557, in get_version
    if 'No such file or directory' in e:
TypeError: argument of type 'FileNotFoundError' is not iterable