cwctl.py
changeset 5323 329b4f6d18b4
parent 5302 dfd147de06b2
child 5380 a4e7e87d315f
--- a/cwctl.py	Mon Apr 19 12:42:54 2010 +0200
+++ b/cwctl.py	Mon Apr 19 12:43:23 2010 +0200
@@ -337,7 +337,7 @@
         helper.bootstrap(cubes, self.config.config_level)
         # input for cubes specific options
         for section in set(sect.lower() for sect, opt, optdict in config.all_options()
-                           if optdict.get('inputlevel') <= self.config.config_level):
+                           if optdict.get('level') <= self.config.config_level):
             if section not in ('main', 'email', 'pyro'):
                 print '\n' + underline_title('%s options' % section)
                 config.input_config(section, self.config.config_level)