mailr14493 - /1.3/gui/user_functions/molmol.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 - 14:22:
Author: bugman
Date: Fri Aug 26 14:22:18 2011
New Revision: 14493

URL: http://svn.gna.org/viewcvs/relax?rev=14493&view=rev
Log:
Fix for the molmol.macro_run user function GUI page.

The directory argument should have been None.


Modified:
    1.3/gui/user_functions/molmol.py

Modified: 1.3/gui/user_functions/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/user_functions/molmol.py?rev=14493&r1=14492&r2=14493&view=diff
==============================================================================
--- 1.3/gui/user_functions/molmol.py (original)
+++ 1.3/gui/user_functions/molmol.py Fri Aug 26 14:22:18 2011
@@ -346,7 +346,7 @@
         colour_list = gui_to_str(self.colour_list.GetValue())
 
         # Execute the user function.
-        self.gui.interpreter.queue('molmol.macro_write', 
data_type=data_type, style=style, colour_start=colour_start, 
colour_end=colour_end, colour_list=colour_list, file=file, dir=dir, 
force=force)
+        self.gui.interpreter.queue('molmol.macro_write', 
data_type=data_type, style=style, colour_start=colour_start, 
colour_end=colour_end, colour_list=colour_list, file=file, dir=None, 
force=force)
 
 
 




Related Messages


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