diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-08-31 13:55:26 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-08-31 13:55:26 -0400 |
commit | 7adeddaa0f345149d9747596fff9573197c65b10 (patch) | |
tree | 76e6e41d559e047877488ab858eee558f12cc043 /steuermann/run.py | |
parent | e5733929096f35f37001c572ddde42bbda893870 (diff) | |
download | steuermann-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.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 "" |