mailr13541 - /branches/gui_testing/relax_errors.py


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

Header


Content

Posted by edward on July 08, 2011 - 15:21:
Author: bugman
Date: Fri Jul  8 15:21:14 2011
New Revision: 13541

URL: http://svn.gna.org/viewcvs/relax?rev=13541&view=rev
Log:
Modified the RelaxImplementError message to be more specific.


Modified:
    branches/gui_testing/relax_errors.py

Modified: branches/gui_testing/relax_errors.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/relax_errors.py?rev=13541&r1=13540&r2=13541&view=diff
==============================================================================
--- branches/gui_testing/relax_errors.py (original)
+++ branches/gui_testing/relax_errors.py Fri Jul  8 15:21:14 2011
@@ -193,7 +193,7 @@
 # Not implemented yet.
 class RelaxImplementError(BaseError):
     def __init__(self):
-        self.text = "This function has not yet been implemented."
+        self.text = "This has not yet been implemented for the current data 
pipe."
 
 
 # Program errors.




Related Messages


Powered by MHonArc, Updated Fri Jul 08 15:40:03 2011