cwctl.py
branchstable
changeset 2156 fadb86b040a9
parent 2104 b4ffcea3275b
child 2275 bc0bed0616a3
--- a/cwctl.py	Wed Jun 24 16:57:26 2009 +0200
+++ b/cwctl.py	Wed Jun 24 16:58:12 2009 +0200
@@ -141,7 +141,7 @@
             if forkcmd:
                 status = system('%s %s' % (forkcmd, appid))
                 if status:
-                    sys.exit(status)
+                    print '%s exited with status %s' % (forkcmd, status)
             else:
                 self.run_arg(appid)