mailr19916 - /trunk/user_functions/spectrum.py


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

Header


Content

Posted by edward on June 06, 2013 - 20:17:
Author: bugman
Date: Thu Jun  6 20:17:09 2013
New Revision: 19916

URL: http://svn.gna.org/viewcvs/relax?rev=19916&view=rev
Log:
Partial fix for bug ##20873 (https://gna.org/bugs/?20873).

The spectrum_id argument for the spectrum.read_intensities user function can 
now be both a string
and a list of strings.


Modified:
    trunk/user_functions/spectrum.py

Modified: trunk/user_functions/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/spectrum.py?rev=19916&r1=19915&r2=19916&view=diff
==============================================================================
--- trunk/user_functions/spectrum.py (original)
+++ trunk/user_functions/spectrum.py Thu Jun  6 20:17:09 2013
@@ -233,7 +233,7 @@
 )
 uf.add_keyarg(
     name = "spectrum_id",
-    py_type = "str",
+    py_type = "str_or_str_list",
     desc_short = "spectrum ID string",
     desc = "The unique spectrum ID string to associate with the peak 
intensity values."
 )




Related Messages


Powered by MHonArc, Updated Thu Jun 06 20:20:05 2013