mailr3935 - /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 25, 2007 - 18:55:
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()
 




Related Messages


Powered by MHonArc, Updated Sun Nov 25 19:20:18 2007