mailr13244 - /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 27, 2011 - 17:36:
Author: bugman
Date: Mon Jun 27 17:36:56 2011
New Revision: 13244

URL: http://svn.gna.org/viewcvs/relax?rev=13244&view=rev
Log:
The data arg to the execute_thread() method is now a proper tuple when 
running as a thread.


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=13244&r1=13243&r2=13244&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Mon Jun 27 17:36:56 2011
@@ -304,7 +304,7 @@
         if status.debug:
             self.execute_thread(data)
         else:
-            id = thread.start_new_thread(self.execute_thread, (data))
+            id = thread.start_new_thread(self.execute_thread, (data,))
 
         # Terminate the event.
         event.Skip()




Related Messages


Powered by MHonArc, Updated Mon Jun 27 19:00:02 2011