mailr10510 - /branches/bieri_gui/gui_bieri/analyses/auto_model_free.py


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

Header


Content

Posted by edward on January 28, 2010 - 13:39:
Author: bugman
Date: Thu Jan 28 13:39:50 2010
New Revision: 10510

URL: http://svn.gna.org/viewcvs/relax?rev=10510&view=rev
Log:
Temporarily disabled IO redirection to the controller for debugging.


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

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=10510&r1=10509&r2=10510&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Thu Jan 28 
13:39:50 2010
@@ -805,8 +805,8 @@
 
         # Redirect relax output and errors to the controller.
         redir = Redirect_text(self.gui.controller)
-        sys.stdout = redir
-        sys.stderr = redir
+        #sys.stdout = redir
+        #sys.stderr = redir
 
         # Print a header in the controller.
         wx.CallAfter(self.gui.controller.log_panel.AppendText, ('Starting 
Model-free calculation\n------------------------------------------\n\n') )




Related Messages


Powered by MHonArc, Updated Thu Jan 28 14:00:02 2010