mailr7851 - /branches/multi_processor_merge/multi/processor.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 19, 2008 - 23:24:
Author: bugman
Date: Sun Oct 19 23:24:33 2008
New Revision: 7851

URL: http://svn.gna.org/viewcvs/relax?rev=7851&view=rev
Log:
More playing around with the STDOUT and STDERR prepending.

The 'S' character has been removed from the STDOUT stream.  The 'E' error 
character in the STDERR
stream is now much more obvious.  This could be replaced or restored with 
discussions.


Modified:
    branches/multi_processor_merge/multi/processor.py

Modified: branches/multi_processor_merge/multi/processor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/processor.py?rev=7851&r1=7850&r2=7851&view=diff
==============================================================================
--- branches/multi_processor_merge/multi/processor.py (original)
+++ branches/multi_processor_merge/multi/processor.py Sun Oct 19 23:24:33 2008
@@ -630,7 +630,7 @@
         # For multi-processors, the STDOUT and STDERR indicators, and the 
separator.
         if self.processor_size() > 1:
             stderr_string = pre_string + ' E| '
-            stdout_string = pre_string + ' S| '
+            stdout_string = pre_string + '  | '
 
         # Return the strings to prepend to the STDOUT and STDERR streams.
         return stdout_string, stderr_string




Related Messages


Powered by MHonArc, Updated Mon Oct 20 21:00:03 2008