mailr5571 - /1.3/specific_fns/setup.py


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

Header


Content

Posted by edward on April 10, 2008 - 17:43:
Author: bugman
Date: Thu Apr 10 17:43:09 2008
New Revision: 5571

URL: http://svn.gna.org/viewcvs/relax?rev=5571&view=rev
Log:
Converted the get_specific_fn() raise_error arg to a bool.


Modified:
    1.3/specific_fns/setup.py

Modified: 1.3/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/setup.py?rev=5571&r1=5570&r2=5571&view=diff
==============================================================================
--- 1.3/specific_fns/setup.py (original)
+++ 1.3/specific_fns/setup.py Thu Apr 10 17:43:09 2008
@@ -42,7 +42,7 @@
 
 
 # The function for returning the requested specific function.
-def get_specific_fn(eqi, function_type, raise_error=1):
+def get_specific_fn(eqi, function_type, raise_error=True):
     """The function for returning the requested specific function."""
 
     # Initialise.




Related Messages


Powered by MHonArc, Updated Thu Apr 10 18:00:22 2008