# HG changeset patch # User Simon Cross # Date 1316308015 -7200 # Node ID af8e16742b236b4b34c133c7cde00de806dc9790 # Parent 5b2dcc6f8929ee820aac66fa7e857b787ac0beb7 Fix uncurated level loading. diff -r 5b2dcc6f8929 -r af8e16742b23 mamba/__main__.py --- 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()