From 7adeddaa0f345149d9747596fff9573197c65b10 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Wed, 31 Aug 2011 17:55:26 +0000 Subject: checkpoint git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@388 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'steuermann/run.py') 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 "" -- cgit