mailr10985 - /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 March 12, 2010 - 15:02:
Author: bugman
Date: Fri Mar 12 15:02:29 2010
New Revision: 10985

URL: http://svn.gna.org/viewcvs/relax?rev=10985&view=rev
Log:
Removed the pipe check from the pymol.command() user function.

This is not necessary.


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=10985&r1=10984&r2=10985&view=diff
==============================================================================
--- 1.3/generic_fns/pymol.py (original)
+++ 1.3/generic_fns/pymol.py Fri Mar 12 15:02:29 2010
@@ -191,9 +191,6 @@
     @param command: The command to send to PyMOL.
     @type command:  str
     """
-
-    # Test if the current data pipe exists.
-    pipes.test()
 
     # Pass the command to PyMOL.
     pymol.pipe_write(command)




Related Messages


Powered by MHonArc, Updated Fri Mar 12 19:40:02 2010