Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hacksaar
Haxotel
Commits
a1b4bea1
Commit
a1b4bea1
authored
Aug 01, 2014
by
Ralf
Browse files
ignore SIGINT
parent
576e15ac
Changes
1
Show whitespace changes
Inline
Side-by-side
main.py
View file @
a1b4bea1
...
...
@@ -18,6 +18,8 @@ game = Game(labyrinthFileName=args.labyrinthFileName, port=args.port, logFileNam
try
:
game
.
run
()
except
KeyboardInterrupt
:
pass
finally
:
game
.
close
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment