mailr13832 - /branches/gui_testing/gui/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 July 22, 2011 - 13:32:
Author: bugman
Date: Fri Jul 22 13:32:28 2011
New Revision: 13832

URL: http://svn.gna.org/viewcvs/relax?rev=13832&view=rev
Log:
Fix for the pipe creation with a new model-free auto-analysis tab.

The pipe type was being set to 'noe'!


Modified:
    branches/gui_testing/gui/analyses/auto_model_free.py

Modified: branches/gui_testing/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_model_free.py?rev=13832&r1=13831&r2=13832&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_model_free.py (original)
+++ branches/gui_testing/gui/analyses/auto_model_free.py Fri Jul 22 13:32:28 
2011
@@ -187,7 +187,7 @@
         # New data container.
         if data_index == None:
             # First create the data pipe if not already in existence (if 
this fails, then no data is set up).
-            if not has_pipe(pipe_name) and not 
protected_exec(self.gui.interpreter.pipe.create, pipe_name, 'noe'):
+            if not has_pipe(pipe_name) and not 
protected_exec(self.gui.interpreter.pipe.create, pipe_name, 'mf'):
                 self.init_flag = False
                 return
 




Related Messages


Powered by MHonArc, Updated Fri Jul 22 14:00:02 2011