mailr4080 - /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 November 27, 2007 - 18:43:
Author: bugman
Date: Tue Nov 27 18:43:14 2007
New Revision: 4080

URL: http://svn.gna.org/viewcvs/relax?rev=4080&view=rev
Log:
Bug fix for the RelaxNoSequenceError class.


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=4080&r1=4079&r2=4080&view=diff
==============================================================================
--- 1.3/relax_errors.py (original)
+++ 1.3/relax_errors.py Tue Nov 27 18:43:14 2007
@@ -396,8 +396,8 @@
 
 # No sequence loaded.
 class RelaxNoSequenceError(BaseError):
-    def __init__(self, pipe):
-        self.text = "The sequence data for the data pipe " + `pipe` + " does 
not exist."
+    def __init__(self):
+        self.text = "The sequence data does not exist."
         if Debug:
             self.save_state()
 




Related Messages


Powered by MHonArc, Updated Tue Nov 27 19:00:29 2007