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.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to