mailr8005 - /branches/spectral_errors/generic_fns/spectrum.py


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

Header


Content

Posted by edward on November 21, 2008 - 10:31:
Author: bugman
Date: Fri Nov 21 10:31:10 2008
New Revision: 8005

URL: http://svn.gna.org/viewcvs/relax?rev=8005&view=rev
Log:
Fix for a RelaxError call in baseplane_rmsd().


Modified:
    branches/spectral_errors/generic_fns/spectrum.py

Modified: branches/spectral_errors/generic_fns/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spectral_errors/generic_fns/spectrum.py?rev=8005&r1=8004&r2=8005&view=diff
==============================================================================
--- branches/spectral_errors/generic_fns/spectrum.py (original)
+++ branches/spectral_errors/generic_fns/spectrum.py Fri Nov 21 10:31:10 2008
@@ -95,7 +95,7 @@
 
     # Test the spectrum id string.
     if spectrum_id not in cdp.spectrum_ids:
-        raise RelaxError, "The peak intensities corresponding to the 
spectrum id '%s' does not exist."
+        raise RelaxError, "The peak intensities corresponding to the 
spectrum id '%s' does not exist." % spectrum_id
 
     # The spectrum id index.
     spect_index = cdp.spectrum_ids.index(spectrum_id)




Related Messages


Powered by MHonArc, Updated Fri Nov 21 10:40:04 2008