mailr13277 - /branches/gui_testing/gui/analyses/auto_noe.py


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

Header


Content

Posted by edward on June 28, 2011 - 22:29:
Author: bugman
Date: Tue Jun 28 22:29:31 2011
New Revision: 13277

URL: http://svn.gna.org/viewcvs/relax?rev=13277&view=rev
Log:
Fix for the threaded NOE analysis execution - the data_index arg to 
__init__() was missing.


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

Modified: branches/gui_testing/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_noe.py?rev=13277&r1=13276&r2=13277&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Tue Jun 28 22:29:31 2011
@@ -527,7 +527,7 @@
 class Execute_thread(Execute, Thread):
     """The NOE analysis thread execution object."""
 
-    def __init__(self, gui, data):
+    def __init__(self, gui, data, data_index):
         """Set up the NOE analysis thread execution object.
 
         @param gui:         The GUI object.




Related Messages


Powered by MHonArc, Updated Tue Jun 28 22:40:02 2011