mailr10683 - /branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on February 06, 2010 - 02:44:
Author: bugman
Date: Sat Feb  6 02:44:53 2010
New Revision: 10683

URL: http://svn.gna.org/viewcvs/relax?rev=10683&view=rev
Log:
Turned off threading for debugging.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=10683&r1=10682&r2=10683&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Sat Feb  6 02:44:53 
2010
@@ -338,6 +338,11 @@
         # Display the relax controller.
         self.gui.controller.Show()
 
+        # FIXME:  Debugging code, non-threaded exec.
+        self.execute_thread()
+        event.Skip()
+        return
+
         # The thread object storage.
         self.gui.calc_threads.append(Thread_container())
         thread_cont = self.gui.calc_threads[-1]




Related Messages


Powered by MHonArc, Updated Sat Feb 06 03:00:02 2010