mailr9652 - /1.3/relax_errors.py


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

Header


Content

Posted by edward on October 08, 2009 - 09:45:
Author: bugman
Date: Thu Oct  8 09:45:46 2009
New Revision: 9652

URL: http://svn.gna.org/viewcvs/relax?rev=9652&view=rev
Log:
Modified the message printed by RelaxInvalidSeqError.


Modified:
    1.3/relax_errors.py

Modified: 1.3/relax_errors.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_errors.py?rev=9652&r1=9651&r2=9652&view=diff
==============================================================================
--- 1.3/relax_errors.py (original)
+++ 1.3/relax_errors.py Thu Oct  8 09:45:46 2009
@@ -562,7 +562,7 @@
 # The sequence data is not valid.
 class RelaxInvalidSeqError(BaseError):
     def __init__(self, line):
-        self.text = "The line " + repr(line) + " of the sequence data is 
invalid."
+        self.text = "The sequence data in the line %s is invalid." % line
 
 # The spins have not been loaded
 class RelaxSpinsNotLoadedError(BaseError):




Related Messages


Powered by MHonArc, Updated Thu Oct 08 10:00:02 2009