mailr7987 - /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 20, 2008 - 21:58:
Author: bugman
Date: Thu Nov 20 21:58:12 2008
New Revision: 7987

URL: http://svn.gna.org/viewcvs/relax?rev=7987&view=rev
Log:
Changed the warning message once more.


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=7987&r1=7986&r2=7987&view=diff
==============================================================================
--- branches/spectral_errors/generic_fns/spectrum.py (original)
+++ branches/spectral_errors/generic_fns/spectrum.py Thu Nov 20 21:58:12 2008
@@ -452,7 +452,7 @@
 
         # Skip data.
         if X_name != heteronuc or H_name != proton:
-            warn(RelaxWarning("Proton and heteronucleus names do not match, 
skipping the data '%s'." % `file_data[i]`))
+            warn(RelaxWarning("Proton and heteronucleus names do not match, 
skipping the data %s." % `file_data[i]`))
             continue
 
         # Get the spin container.




Related Messages


Powered by MHonArc, Updated Thu Nov 20 22:20:02 2008