mailr14472 - /1.3/generic_fns/pymol_control.py


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

Header


Content

Posted by edward on August 26, 2011 - 11:24:
Author: bugman
Date: Fri Aug 26 11:24:40 2011
New Revision: 14472

URL: http://svn.gna.org/viewcvs/relax?rev=14472&view=rev
Log:
The PyMOL macro is registered as a pymol file in the results file structure 
rather than a Grace file.


Modified:
    1.3/generic_fns/pymol_control.py

Modified: 1.3/generic_fns/pymol_control.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pymol_control.py?rev=14472&r1=14471&r2=14472&view=diff
==============================================================================
--- 1.3/generic_fns/pymol_control.py (original)
+++ 1.3/generic_fns/pymol_control.py Fri Aug 26 11:24:40 2011
@@ -541,5 +541,5 @@
     # Add the file to the results file list.
     if not hasattr(cdp, 'result_files'):
         cdp.result_files = []
-    cdp.result_files.append(['grace', 'Grace', file_path])
+    cdp.result_files.append(['pymol', 'PyMOL', file_path])
     status.observers.result_file.notify()




Related Messages


Powered by MHonArc, Updated Fri Aug 26 11:40:02 2011