mailr6539 - /1.3/data/diff_tensor.py


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

Header


Content

Posted by edward on June 28, 2008 - 23:07:
Author: bugman
Date: Sat Jun 28 23:07:05 2008
New Revision: 6539

URL: http://svn.gna.org/viewcvs/relax?rev=6539&view=rev
Log:
Improved an error print out.


Modified:
    1.3/data/diff_tensor.py

Modified: 1.3/data/diff_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/diff_tensor.py?rev=6539&r1=6538&r2=6539&view=diff
==============================================================================
--- 1.3/data/diff_tensor.py (original)
+++ 1.3/data/diff_tensor.py Sat Jun 28 23:07:05 2008
@@ -595,7 +595,7 @@
 
         # Test if the attribute that is trying to be set is modifiable.
         if not param_name in self.__mod_attr__:
-            raise RelaxError, "The object " + `name` + " is not modifiable."
+            raise RelaxError, "The object " + `name` + " is not a modifiable 
attribute."
 
         # Set the attribute normally.
         self.__dict__[name] = value




Related Messages


Powered by MHonArc, Updated Sat Jun 28 23:20:14 2008