mailr14394 - /branches/gui_testing/relax.py


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

Header


Content

Posted by edward on August 16, 2011 - 21:13:
Author: bugman
Date: Tue Aug 16 21:13:44 2011
New Revision: 14394

URL: http://svn.gna.org/viewcvs/relax?rev=14394&view=rev
Log:
Fix for the GUI mode setting which was broken in r14393.

The multi-processor code merger caused this to be an issue, as the mode is 
now a class variable.


Modified:
    branches/gui_testing/relax.py

Modified: branches/gui_testing/relax.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/relax.py?rev=14394&r1=14393&r2=14394&view=diff
==============================================================================
--- branches/gui_testing/relax.py (original)
+++ branches/gui_testing/relax.py Tue Aug 16 21:13:44 2011
@@ -399,7 +399,7 @@
                 parser.error("To use the GUI, the wx python module must be 
installed.")
 
             # Set the mode.
-            mode = 'gui'
+            self.mode = 'gui'
 
         # Script mode.
         elif self.script_file:




Related Messages


Powered by MHonArc, Updated Wed Aug 17 09:20:02 2011