mailr2722 - /branches/tensor_pdb/generic_fns/pymol.py


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

Header


Content

Posted by c . a . macraild on October 31, 2006 - 18:20:
Author: macraild
Date: Tue Oct 31 18:20:07 2006
New Revision: 2722

URL: http://svn.gna.org/viewcvs/relax?rev=2722&view=rev
Log:
Further fix of the pymol.cartoon bug

As suggested by Edward:
https://mail.gna.org/public/relax-devel/2006-10/msg00227.html

Modified:
    branches/tensor_pdb/generic_fns/pymol.py

Modified: branches/tensor_pdb/generic_fns/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/tensor_pdb/generic_fns/pymol.py?rev=2722&r1=2721&r2=2722&view=diff
==============================================================================
--- branches/tensor_pdb/generic_fns/pymol.py (original)
+++ branches/tensor_pdb/generic_fns/pymol.py Tue Oct 31 18:20:07 2006
@@ -45,7 +45,7 @@
             raise RelaxNoRunError, self.run
 
         # Identifier.
-        pdb_file = self.relax.data.pdb[self.run].file_name[:-4]
+        pdb_file = self.relax.data.pdb[self.run].file_name
         id = io.file_root(pdb_file)
 
         # Hide everything.




Related Messages


Powered by MHonArc, Updated Tue Oct 31 18:40:04 2006