mailr5316 - /1.3/specific_fns/jw_mapping.py


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

Header


Content

Posted by sebastien . morin . 1 on April 04, 2008 - 17:05:
Author: semor
Date: Fri Apr  4 17:05:11 2008
New Revision: 5316

URL: http://svn.gna.org/viewcvs/relax?rev=5316&view=rev
Log:
Corrected the location of the get_string() function.

This was noted by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00034.html (# Message-id:
<7f080ed10804040747q36313c26mcc60989634028b56@xxxxxxxxxxxxxx>)


Modified:
    1.3/specific_fns/jw_mapping.py

Modified: 1.3/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/jw_mapping.py?rev=5316&r1=5315&r2=5316&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Fri Apr  4 17:05:11 2008
@@ -388,7 +388,7 @@
         # Test if the pipe type is set to 'jw'.
         function_type = 
relax_data_store[relax_data_store.current_pipe].pipe_type
         if function_type != 'jw':
-            raise RelaxFuncSetupError, specific_fns.get_string(function_type)
+            raise RelaxFuncSetupError, 
specific_fns.setup.get_string(function_type)
 
         # Test if the frequency has been set.
         if hasattr(cdp, 'jw_frq'):




Related Messages


Powered by MHonArc, Updated Fri Apr 04 17:20:11 2008