[cwctl] pass missing inputlevel argument to postcreate() (closes #2901037) stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 24 May 2013 14:07:46 +0200
branchstable
changeset 8994 df64cca71c36
parent 8993 82ffa4b68c9e
child 9011 810a05fba1a4
[cwctl] pass missing inputlevel argument to postcreate() (closes #2901037)
cwctl.py
--- a/cwctl.py	Wed May 29 11:41:39 2013 +0200
+++ b/cwctl.py	Fri May 24 14:07:46 2013 +0200
@@ -415,7 +415,7 @@
             print 'set %s as owner of the data directory' % config['uid']
             chown(config.appdatahome, config['uid'])
         print '\n-> creation done for %s\n' % repr(config.apphome)[1:-1]
-        helper.postcreate(self.config.automatic)
+        helper.postcreate(self.config.automatic, self.config.config_level)
 
     def _handle_win32(self, config, appid):
         if sys.platform != 'win32':