mailr14497 - /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 - 17:25:
Author: bugman
Date: Fri Aug 26 17:25:02 2011
New Revision: 14497

URL: http://svn.gna.org/viewcvs/relax?rev=14497&view=rev
Log:
Fix for the pymol.macro_write back end - the default file extension is now 
*.pml, not *.mac.


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=14497&r1=14496&r2=14497&view=diff
==============================================================================
--- 1.3/generic_fns/pymol_control.py (original)
+++ 1.3/generic_fns/pymol_control.py Fri Aug 26 17:25:02 2011
@@ -429,7 +429,7 @@
 
     # File name.
     if file == None:
-        file = data_type + '.mac'
+        file = data_type + '.pml'
 
     # Open the file for writing.
     file_path = get_file_path(file, dir)




Related Messages


Powered by MHonArc, Updated Sat Aug 27 13:00:02 2011