mailr2714 - /1.2/errors.py


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

Header


Content

Posted by edward . dauvergne on October 31, 2006 - 09:11:
Author: bugman
Date: Tue Oct 31 09:10:59 2006
New Revision: 2714

URL: http://svn.gna.org/viewcvs/relax?rev=2714&view=rev
Log:
Ported r2713 from the 'tensor_pdb' branch.

The command used was:
$ svn merge -r2712:2713 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/tensor_pdb/

This adds the text "re-run relax with the '--debug' flag" to the RelaxFault 
error class.


Modified:
    1.2/errors.py

Modified: 1.2/errors.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/errors.py?rev=2714&r1=2713&r2=2714&view=diff
==============================================================================
--- 1.2/errors.py (original)
+++ 1.2/errors.py Tue Oct 31 09:10:59 2006
@@ -89,7 +89,7 @@
 
     class RelaxFault(BaseError):
         def __init__(self):
-            self.text = "Impossible to be here, please summit a bug report 
at https://gna.org/projects/relax/.";
+            self.text = "Impossible to be here, please re-run relax with the 
'--debug' flag and summit a bug report at https://gna.org/projects/relax/.";
             self.save_state()
 
 




Related Messages


Powered by MHonArc, Updated Tue Oct 31 10:20:04 2006