mailr7986 - /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:56:
Author: bugman
Date: Thu Nov 20 21:56:17 2008
New Revision: 7986

URL: http://svn.gna.org/viewcvs/relax?rev=7986&view=rev
Log:
Cleaned up a warning string.


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=7986&r1=7985&r2=7986&view=diff
==============================================================================
--- branches/spectral_errors/generic_fns/spectrum.py (original)
+++ branches/spectral_errors/generic_fns/spectrum.py Thu Nov 20 21:56:17 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:00:03 2008