mailr16310 - /branches/uf_redesign/gui/components/free_file_format.py


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

Header


Content

Posted by edward on May 16, 2012 - 11:35:
Author: bugman
Date: Wed May 16 11:35:47 2012
New Revision: 16310

URL: http://svn.gna.org/viewcvs/relax?rev=16310&view=rev
Log:
Argument name fix for the dictionary returned by the 
Free_file_format.GetValue() method.

The error column argument for the user functions is called 'error_col'.


Modified:
    branches/uf_redesign/gui/components/free_file_format.py

Modified: branches/uf_redesign/gui/components/free_file_format.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/components/free_file_format.py?rev=16310&r1=16309&r2=16310&view=diff
==============================================================================
--- branches/uf_redesign/gui/components/free_file_format.py (original)
+++ branches/uf_redesign/gui/components/free_file_format.py Wed May 16 
11:35:47 2012
@@ -171,7 +171,7 @@
         if hasattr(self, 'data_col'):
             settings['data_col'] =  gui_to_int(self.data_col.GetValue())
         if hasattr(self, 'err_col'):
-            settings['err_col'] =   gui_to_int(self.err_col.GetValue())
+            settings['error_col'] = gui_to_int(self.err_col.GetValue())
 
         # The column separator.
         settings['sep'] = str(self.sep.GetValue())




Related Messages


Powered by MHonArc, Updated Wed May 16 11:40:02 2012