mailr14102 - /branches/gui_testing/auto_analyses/dauvergne_protocol.py


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

Header


Content

Posted by edward on August 04, 2011 - 10:23:
Author: bugman
Date: Thu Aug  4 10:23:38 2011
New Revision: 14102

URL: http://svn.gna.org/viewcvs/relax?rev=14102&view=rev
Log:
Simple fix for the dauvergne_protocol setup.


Modified:
    branches/gui_testing/auto_analyses/dauvergne_protocol.py

Modified: branches/gui_testing/auto_analyses/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/auto_analyses/dauvergne_protocol.py?rev=14102&r1=14101&r2=14102&view=diff
==============================================================================
--- branches/gui_testing/auto_analyses/dauvergne_protocol.py (original)
+++ branches/gui_testing/auto_analyses/dauvergne_protocol.py Thu Aug  4 
10:23:38 2011
@@ -749,7 +749,7 @@
 
         # Initialise the status object for this auto-analysis.
         status.init_auto_analysis(self.pipe_name, type='dauvergne_protocol')
-        status.current_analysis = pipe_name
+        status.current_analysis = self.pipe_name
 
         # The global diffusion model.
         status.auto_analysis[self.pipe_name].diff_model = self.diff_model




Related Messages


Powered by MHonArc, Updated Thu Aug 04 11:20:02 2011