mailr10458 - /branches/bieri_gui/gui_bieri/analyses/auto_model_free.py


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

Header


Content

Posted by edward on January 27, 2010 - 23:00:
Author: bugman
Date: Wed Jan 27 23:00:25 2010
New Revision: 10458

URL: http://svn.gna.org/viewcvs/relax?rev=10458&view=rev
Log:
Fix for Auto_model_free.sync_ds(), the self.data.structure_file variable was 
incorrectly referenced.


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

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=10458&r1=10457&r2=10458&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Wed Jan 27 
23:00:25 2010
@@ -855,7 +855,7 @@
         if upload:
             self.data.structure_file = 
str(self.textctrl_structure.GetValue())
         else:
-            self.textctrl_structure.SetValue(str(structure_file))
+            self.textctrl_structure.SetValue(str(self.data.structure_file))
 
         # Unresolved residues.
         if upload:




Related Messages


Powered by MHonArc, Updated Wed Jan 27 23:20:02 2010