cosmetic
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 21 Jan 2014 17:29:13 +0000 (18:29 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 21 Jan 2014 17:29:13 +0000 (18:29 +0100)
system/Substrate.py

index fc5125f..f533204 100644 (file)
@@ -442,7 +442,7 @@ class BuildLxcBox (BuildBox):
 
     # inspect box and find currently running builds
     def sense(self, options):
-        print 'xb'
+        print 'xb',
         pids=self.backquote_ssh(['pgrep','lbuild'],trash_err=True)
         if not pids: return
         command=['ps','-o','pid,command'] + [ pid for pid in pids.split("\n") if pid]