changeset 511:e94f2b7df88d

Fix --level.
author Simon Cross <hodgestar@gmail.com>
date Sun, 18 Sep 2011 00:13:39 +0200
parents 9393dc6f5707
children 0ccdcc970ae2
files mamba/__main__.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/__main__.py	Sun Sep 18 00:13:16 2011 +0200
+++ b/mamba/__main__.py	Sun Sep 18 00:13:39 2011 +0200
@@ -42,6 +42,7 @@
         start = EditorHabitat(Level(options.level, 'official'))
     elif options.level is not None:
         start = LevelHabitat(Level(options.level, 'official'),
+                             OfficialLevelMenu.go_menu,
                              OfficialLevelMenu.go_menu)
     elif options.uncurated is not None:
         api = UserLevelApi("uncurated")