changeset 548:af8e16742b23

Fix uncurated level loading.
author Simon Cross <hodgestar@gmail.com>
date Sun, 18 Sep 2011 03:06:55 +0200
parents 5b2dcc6f8929
children f0a29c9d57ee
files mamba/__main__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/__main__.py	Sun Sep 18 02:08:02 2011 +0200
+++ b/mamba/__main__.py	Sun Sep 18 03:06:55 2011 +0200
@@ -47,7 +47,7 @@
     elif options.uncurated is not None:
         api = UserLevelApi("uncurated")
         start = LevelHabitat(api.get_level(options.uncurated),
-                             sys.exit)
+                             sys.exit, sys.exit)
     else:
         start = MainMenu()