mailr14109 - /1.3/generic_fns/grace.py


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

Header


Content

Posted by edward on August 04, 2011 - 11:41:
Author: bugman
Date: Thu Aug  4 11:41:13 2011
New Revision: 14109

URL: http://svn.gna.org/viewcvs/relax?rev=14109&view=rev
Log:
Another fix for the grace.write user function addition to the 
cdp.result_files list.

The proper variable name is now used.


Modified:
    1.3/generic_fns/grace.py

Modified: 1.3/generic_fns/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/grace.py?rev=14109&r1=14108&r2=14109&view=diff
==============================================================================
--- 1.3/generic_fns/grace.py (original)
+++ 1.3/generic_fns/grace.py Thu Aug  4 11:41:13 2011
@@ -372,8 +372,8 @@
 
     # Add the file to the results file list.
     if not hasattr(cdp, 'result_files'):
-        cdp.results_files = []
-    cdp.results_files.append(['grace', file_path])
+        cdp.result_files = []
+    cdp.result_files.append(['grace', file_path])
 
 
 




Related Messages


Powered by MHonArc, Updated Thu Aug 04 12:00:02 2011