1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Do not catch SystemExit, so app will quit instead of starting Klondike.

This commit is contained in:
Jim Sizelove 2012-02-23 20:57:32 -05:00
parent 7982ee6ea9
commit 20961880cb

View file

@ -516,7 +516,7 @@ class Application:
self.nextgame.id, self.nextgame.random = 0, None
try:
self.runGame(id, random)
except:
except Exception:
# try Klondike if current game fails
if id == 2:
raise # internal error?