cubicweb/cwctl.py
changeset 12317 5166a1a7e4f4
parent 12265 3f57a23e9954
child 12508 a8c1ea390400
--- a/cubicweb/cwctl.py	Fri Jun 15 17:42:50 2018 +0200
+++ b/cubicweb/cwctl.py	Wed Jun 13 11:09:17 2018 +0200
@@ -148,7 +148,7 @@
     def run_arg(self, appid):
         cmdmeth = getattr(self, '%s_instance' % self.name)
         try:
-            status = cmdmeth(appid)
+            status = cmdmeth(appid) or 0
         except (ExecutionError, ConfigurationError) as ex:
             sys.stderr.write('instance %s not %s: %s\n' % (
                     appid, self.actionverb, ex))