mailr13722 - /branches/gui_testing/gui/analyses/wizard.py


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

Header


Content

Posted by edward on July 19, 2011 - 13:02:
Author: bugman
Date: Tue Jul 19 13:02:10 2011
New Revision: 13722

URL: http://svn.gna.org/viewcvs/relax?rev=13722&view=rev
Log:
Fix for the new analysis run() method - the get_data() method is a class 
variable!


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

Modified: branches/gui_testing/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/wizard.py?rev=13722&r1=13721&r2=13722&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/wizard.py (original)
+++ branches/gui_testing/gui/analyses/wizard.py Tue Jul 19 13:02:10 2011
@@ -62,7 +62,7 @@
             return
 
         # Return the analysis type, analysis name, and pipe name.
-        return get_data()
+        return self.get_data()
 
 
     def get_data(self):




Related Messages


Powered by MHonArc, Updated Tue Jul 19 13:40:02 2011