mailr14511 - /1.3/generic_fns/pymol_control.py


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

Header


Content

Posted by edward on August 29, 2011 - 15:12:
Author: bugman
Date: Mon Aug 29 15:12:53 2011
New Revision: 14511

URL: http://svn.gna.org/viewcvs/relax?rev=14511&view=rev
Log:
Decreased the amount of time waiting for PyMOL in pymol.macro_apply to 3 
seconds.


Modified:
    1.3/generic_fns/pymol_control.py

Modified: 1.3/generic_fns/pymol_control.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pymol_control.py?rev=14511&r1=14510&r2=14511&view=diff
==============================================================================
--- 1.3/generic_fns/pymol_control.py (original)
+++ 1.3/generic_fns/pymol_control.py Mon Aug 29 15:12:53 2011
@@ -395,7 +395,7 @@
         pymol_obj.exec_cmd("@%s" % tmpfile)
 
         # Wait a bit for PyMOL to catch up (it takes time for PyMOL to start 
and the macro to execute).
-        sleep(5)
+        sleep(3)
 
     # Delete the temporary file (no matter what).
     finally:




Related Messages


Powered by MHonArc, Updated Mon Aug 29 15:20:02 2011