mailr26907 - /trunk/pipe_control/pymol_control.py


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

Header


Content

Posted by edward on December 03, 2014 - 08:50:
Author: bugman
Date: Wed Dec  3 08:50:18 2014
New Revision: 26907

URL: http://svn.gna.org/viewcvs/relax?rev=26907&view=rev
Log:
Grammar fix for a warning from the pymol.display user function.


Modified:
    trunk/pipe_control/pymol_control.py

Modified: trunk/pipe_control/pymol_control.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/pymol_control.py?rev=26907&r1=26906&r2=26907&view=diff
==============================================================================
--- trunk/pipe_control/pymol_control.py (original)
+++ trunk/pipe_control/pymol_control.py Wed Dec  3 08:50:18 2014
@@ -148,7 +148,7 @@
             for mol in model.mol:
                 # No file path.
                 if not hasattr(mol, 'file_name'):
-                    warn(RelaxWarning("Cannot display the current molecular 
data in PyMOL as it has not be exported as a PDB file."))
+                    warn(RelaxWarning("Cannot display the current molecular 
data in PyMOL as it has not been exported as a PDB file."))
                     continue
 
                 # The file path as the current directory.




Related Messages


Powered by MHonArc, Updated Wed Dec 03 09:40:02 2014