GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
732 stars 209 forks source link

pull: fix "--interactive" flag #974

Closed ryneeverett closed 1 year ago

ryneeverett commented 1 year ago

The string value was truthy even when it was "False". Whoops.

It would be nice to have a regression test for this but it's not obvious how to do that. However, I do plan to start mutating these values on the configuration before validation in an upcoming pull request, which would have caught this because it's the wrong type.