mailr14429 - /1.3/multi/uni_processor.py


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

Header


Content

Posted by edward on August 25, 2011 - 11:42:
Author: bugman
Date: Thu Aug 25 11:42:03 2011
New Revision: 14429

URL: http://svn.gna.org/viewcvs/relax?rev=14429&view=rev
Log:
The uni-processor call to capture_stdio() has been removed.

No IO redirection will be performed in uni-processor mode.


Modified:
    1.3/multi/uni_processor.py

Modified: 1.3/multi/uni_processor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/multi/uni_processor.py?rev=14429&r1=14428&r2=14429&view=diff
==============================================================================
--- 1.3/multi/uni_processor.py (original)
+++ 1.3/multi/uni_processor.py Thu Aug 25 11:42:03 2011
@@ -1,7 +1,7 @@
 
###############################################################################
 #                                                                            
 #
 # Copyright (C) 2007 Gary S Thompson (https://gna.org/users/varioustoxins)   
 #
-# Copyright (C) 2010 Edward d'Auvergne                                       
 #
+# Copyright (C) 2010-2011 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -152,7 +152,6 @@
         for i, command  in enumerate(self.command_queue):
             completed = (i == last_command)
 
-            self.capture_stdio(self.std_stdio_capture(pre_strings=('', '')))
             command.run(self, completed)
             self.restore_stdio()
 




Related Messages


Powered by MHonArc, Updated Thu Aug 25 12:00:03 2011