Skip to content

Commit

Permalink
Cleanup on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
snare committed Sep 24, 2016
1 parent 53ac645 commit 8944303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voltron/view.py
Expand Up @@ -435,6 +435,7 @@ def handle_key(self, key):
raise

def exit(self):
self.cleanup()
os._exit(0)

@requires_async
Expand Down

0 comments on commit 8944303

Please sign in to comment.