Skip to content

Commit

Permalink
Keep terminal open on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 5, 2019
1 parent 71bdd7f commit 0e10714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@
with open(os.path.join(SiteDeployment.base_path, "bugreport.txt"), 'w') as f:
traceback.print_exc(file=f)
sys.exit(1)

input("Press 'enter' to exit...")
sys.exit(0)

0 comments on commit 0e10714

Please sign in to comment.