mailr10912 - /branches/bieri_gui/gui_bieri/analyses/auto_noe.py


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

Header


Content

Posted by michael . bieri on February 25, 2010 - 03:29:
Author: michaelbieri
Date: Thu Feb 25 03:29:22 2010
New Revision: 10912

URL: http://svn.gna.org/viewcvs/relax?rev=10912&view=rev
Log:
Redirection of system output to the log window in noe calculation is 
temporary disabled.  

Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_noe.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_noe.py?rev=10912&r1=10911&r2=10912&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_noe.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_noe.py Thu Feb 25 03:29:22 2010
@@ -493,9 +493,9 @@
         """Execute the calculation in a thread."""
 
         # Redirect relax output and errors to the controller.
-        redir = Redirect_text(self.gui.controller)
-        sys.stdout = redir
-        sys.stderr = redir
+        #redir = Redirect_text(self.gui.controller)
+        #sys.stdout = redir
+        #sys.stderr = redir
 
         # Print a header in the controller.
         header = 'Starting NOE calculation'




Related Messages


Powered by MHonArc, Updated Thu Feb 25 03:40:03 2010