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
)
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits