mailr26557 - /trunk/user_functions/structure.py


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

Header


Content

Posted by edward on November 12, 2014 - 19:57:
Author: bugman
Date: Wed Nov 12 19:57:54 2014
New Revision: 26557

URL: http://svn.gna.org/viewcvs/relax?rev=26557&view=rev
Log:
Bug fix for the structure.load_spins user function new from_mols argument.

This was incorrectly using the pipe_control.pipes.pipe_names() function to 
obtain its default values
in the GUI (although this is not currently uesd).  The result was a non-fatal 
error message on Mac
OS X systems of "Python[1065:1d03] *** __NSAutoreleaseNoPool(): Object 
0x3a3944c of class NSCFString
autoreleased with no pool in place - just leaking".


Modified:
    trunk/user_functions/structure.py

Modified: trunk/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/structure.py?rev=26557&r1=26556&r2=26557&view=diff
==============================================================================
--- trunk/user_functions/structure.py   (original)
+++ trunk/user_functions/structure.py   Wed Nov 12 19:57:54 2014
@@ -715,7 +715,6 @@
     py_type = "str_list",
     desc_short = "molecules to load spins from",
     desc = "The list of similar, but not necessarily identical molecules to 
load spin information from.",
-    wiz_combo_iter = pipe_names,
     wiz_read_only = False,
     can_be_none = True
 )




Related Messages


Powered by MHonArc, Updated Thu Nov 13 10:40:03 2014