mailr15179 - /branches/spec_api/specific_fns/api_common.py


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

Header


Content

Posted by edward on January 18, 2012 - 17:13:
Author: bugman
Date: Wed Jan 18 17:13:00 2012
New Revision: 15179

URL: http://svn.gna.org/viewcvs/relax?rev=15179&view=rev
Log:
Removed the spin_id set to None check in the _set_param_values_global() 
specific API common method.

This check was not functioning correctly.


Modified:
    branches/spec_api/specific_fns/api_common.py

Modified: branches/spec_api/specific_fns/api_common.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spec_api/specific_fns/api_common.py?rev=15179&r1=15178&r2=15179&view=diff
==============================================================================
--- branches/spec_api/specific_fns/api_common.py (original)
+++ branches/spec_api/specific_fns/api_common.py Wed Jan 18 17:13:00 2012
@@ -508,7 +508,6 @@
         # Checks.
         arg_check.is_str_list(param, 'parameter name')
         arg_check.is_list(value, 'parameter value')
-        arg_check.is_none(spin_id, 'spin ID string')
 
         # Loop over the parameters.
         for i in range(len(param)):




Related Messages


Powered by MHonArc, Updated Wed Jan 18 18:20:02 2012