Author: bugman
Date: Sun Nov 25 18:55:57 2007
New Revision: 3935

URL: http://svn.gna.org/viewcvs/relax?rev=3935&view=rev
Log:
Bug fix for the RelaxTensorError 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=3935&r1=3934&r2=3935&view=diff
==============================================================================
--- 1.3/relax_errors.py (original)
+++ 1.3/relax_errors.py Sun Nov 25 18:55:57 2007
@@ -468,8 +468,8 @@
 
 # Diffusion tensor data corresponding to the data pipe already exists.
 class RelaxTensorError(BaseError):
-    def __init__(self, pipe):
-        self.text = "Diffusion tensor data corresponding to the data pipe " + 
`pipe` + " already exists."
+    def __init__(self):
+        self.text = "Diffusion tensor data already exists."
         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