Skip to content

Commit

Permalink
Fixed bug when cancelling trigger dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcmullen committed Nov 21, 2016
1 parent 78d8623 commit fe86b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omnivore/tasks/jumpman/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def trigger_dialog(event, e, obj):
except ValueError:
event.task.window.error("Invalid address %s" % addr)
addr = None
else:
addr = None
dlg.Destroy()
return addr

Expand Down

0 comments on commit fe86b76

Please sign in to comment.