mailr11623 - /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 October 03, 2010 - 13:35:
Author: bugman
Date: Sun Oct  3 13:35:03 2010
New Revision: 11623

URL: http://svn.gna.org/viewcvs/relax?rev=11623&view=rev
Log:
STDERR is now going to the relax controller window for the model-free 
calculations.


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=11623&r1=11622&r2=11623&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Sun Oct  3 
13:35:03 2010
@@ -860,7 +860,7 @@
             # Redirect relax output and errors to the controller.
             redir = Redirect_text(self.gui.controller)
             sys.stdout = redir
-            #sys.stderr = 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 Sun Oct 03 13:40:02 2010