mailr19276 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on March 27, 2013 - 19:34:
Author: bugman
Date: Wed Mar 27 19:34:06 2013
New Revision: 19276

URL: http://svn.gna.org/viewcvs/relax?rev=19276&view=rev
Log:
Fix for a bug introduced in the previous commit (r19275).


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19276&r1=19275&r2=19276&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Wed Mar 27 19:34:06 
2013
@@ -294,7 +294,7 @@
         # Test if the pipe type is set to 'relax_disp'.
         function_type = cdp.pipe_type
         if function_type != 'relax_disp':
-            raise 
RelaxFuncSetupError(specific_setup.get_string(function_type)
+            raise 
RelaxFuncSetupError(specific_setup.get_string(function_type))
 
         # Test if sequence data is loaded.
         if not exists_mol_res_spin_data():




Related Messages


Powered by MHonArc, Updated Wed Mar 27 19:40:02 2013