mailr11891 - /1.3/prompt/grace.py


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

Header


Content

Posted by edward on December 17, 2010 - 20:51:
Author: bugman
Date: Fri Dec 17 20:51:17 2010
New Revision: 11891

URL: http://svn.gna.org/viewcvs/relax?rev=11891&view=rev
Log:
Fix for bug #17344 (https://gna.org/bugs/index.php?17344), the broken 
grace.view() user function.

This has been broken since January, and is released in relax 1.3.5, but no 
one seems to have
noticed :S


Modified:
    1.3/prompt/grace.py

Modified: 1.3/prompt/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/grace.py?rev=11891&r1=11890&r2=11891&view=diff
==============================================================================
--- 1.3/prompt/grace.py (original)
+++ 1.3/prompt/grace.py Fri Dec 17 20:51:17 2010
@@ -82,7 +82,7 @@
         arg_check.is_str(grace_exe, 'Grace executable file')
 
         # Execute the functional code.
-        self._exec_infoce.view(file=file, dir=dir, grace_exe=grace_exe)
+        grace.view(file=file, dir=dir, grace_exe=grace_exe)
 
 
     def write(self, x_data_type='spin', y_data_type=None, spin_id=None, 
plot_data='value', file=None, dir='grace', force=False, norm=False):




Related Messages


Powered by MHonArc, Updated Fri Dec 17 21:00:02 2010