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

Fix UnboundLocalError. #854

Closed ryneeverett closed 2 years ago

ryneeverett commented 2 years ago

I introduced this bug in #825 and it was tangentially reported in #851. The finally block is inappropriate since the new_task wont exist if its creation raised an exception.