aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run.py
diff options
context:
space:
mode:
authorsienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-08-31 13:55:26 -0400
committersienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-08-31 13:55:26 -0400
commit7adeddaa0f345149d9747596fff9573197c65b10 (patch)
tree76e6e41d559e047877488ab858eee558f12cc043 /steuermann/run.py
parente5733929096f35f37001c572ddde42bbda893870 (diff)
downloadsteuermann-7adeddaa0f345149d9747596fff9573197c65b10.tar.gz
checkpoint
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@388 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run.py')
-rw-r--r--steuermann/run.py2
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 ""