diff options
Diffstat (limited to 'steuermann/run.py')
-rw-r--r-- | steuermann/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run.py b/steuermann/run.py index 7657248..6526e1a 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -160,7 +160,7 @@ class runner(object): def display_procs( self ) : # display currently active child processes - print "procs:", + print "procs:" for x in sorted(self.all_procs) : print " ",x print "" |