mailr14496 - /1.3/gui/user_functions/pymol.py


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

Header


Content

Posted by edward on August 26, 2011 - 17:23:
Author: bugman
Date: Fri Aug 26 17:23:09 2011
New Revision: 14496

URL: http://svn.gna.org/viewcvs/relax?rev=14496&view=rev
Log:
The file name is optional in the pymol.macro_write user function.


Modified:
    1.3/gui/user_functions/pymol.py

Modified: 1.3/gui/user_functions/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/user_functions/pymol.py?rev=14496&r1=14495&r2=14496&view=diff
==============================================================================
--- 1.3/gui/user_functions/pymol.py (original)
+++ 1.3/gui/user_functions/pymol.py Fri Aug 26 17:23:09 2011
@@ -355,8 +355,6 @@
 
         # The file name.
         file = gui_to_str(self.file.GetValue())
-        if not file:
-            return
 
         # Force flag.
         force = gui_to_bool(self.force.GetValue())




Related Messages


Powered by MHonArc, Updated Fri Aug 26 17:40:02 2011