# HG changeset patch # User Nicolas Chauvat # Date 1369397266 -7200 # Node ID df64cca71c364ecc6e206eb45f249bffbb831ea0 # Parent 82ffa4b68c9e8ed71ad96c35f0f885d2a25c8194 [cwctl] pass missing inputlevel argument to postcreate() (closes #2901037) diff -r 82ffa4b68c9e -r df64cca71c36 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':