mailr5392 - /1.3/generic_fns/pymol.py


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

Header


Content

Posted by edward on April 07, 2008 - 18:44:
Author: bugman
Date: Mon Apr  7 18:44:58 2008
New Revision: 5392

URL: http://svn.gna.org/viewcvs/relax?rev=5392&view=rev
Log:
Bug fix for the pipe_open() method.

The current data pipe should have been accessed, not the relax data store!


Modified:
    1.3/generic_fns/pymol.py

Modified: 1.3/generic_fns/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pymol.py?rev=5392&r1=5391&r2=5392&view=diff
==============================================================================
--- 1.3/generic_fns/pymol.py (original)
+++ 1.3/generic_fns/pymol.py Mon Apr  7 18:44:58 2008
@@ -65,7 +65,7 @@
             return
 
         # Test if the PDB file has been loaded.
-        if hasattr(relax_data_store, 'structure'):
+        if hasattr(relax_data_store[relax_data_store.current_pipe], 
'structure'):
             self.open_pdb()
 
 




Related Messages


Powered by MHonArc, Updated Mon Apr 07 19:00:25 2008