mailr13329 - /branches/gui_testing/gui/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 June 30, 2011 - 00:08:
Author: bugman
Date: Thu Jun 30 00:08:17 2011
New Revision: 13329

URL: http://svn.gna.org/viewcvs/relax?rev=13329&view=rev
Log:
Fix for the assemble_data() Rx analysis page method for when no data is 
present.


Modified:
    branches/gui_testing/gui/analyses/auto_rx_base.py

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13329&r1=13328&r2=13329&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Thu Jun 30 00:08:17 2011
@@ -139,6 +139,7 @@
             data.seq_args = None
 
         # The file names and relaxation times.
+        i = 0
         for i in range(len(self.data.file_list)):
             # Hit the end of the list.
             if self.data.file_list[i] == '':




Related Messages


Powered by MHonArc, Updated Thu Jun 30 10:40:02 2011