Author: bugman
Date: Thu Nov 22 12:22:21 2007
New Revision: 3817

URL: http://svn.gna.org/viewcvs/relax?rev=3817&view=rev
Log:
Small fix for 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=3817&r1=3816&r2=3817&view=diff
==============================================================================
--- 1.3/relax_errors.py (original)
+++ 1.3/relax_errors.py Thu Nov 22 12:22:21 2007
@@ -427,7 +427,7 @@
 
 # The sequence data is not valid.
 class RelaxInvalidSeqError(BaseError):
-    def __init__(self):
+    def __init__(self, line):
         self.text = "The line " + `line` + " of the sequence data is invalid."
         if Debug:
             self.save_state()


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to