Skip to content

Commit

Permalink
fix error with main_window garbage collecting
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig committed Jul 20, 2014
1 parent dd166ba commit 591746f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyjtt/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def app_quit():
utils.write_config(config)
else:
app_quit()
gui.MainWindow(jira_host, login, password)
main_window = gui.MainWindow(jira_host, login, password)
app_quit()


Expand Down

0 comments on commit 591746f

Please sign in to comment.