mailr14135 - /branches/gui_testing/gui/misc.py


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

Header


Content

Posted by edward on August 04, 2011 - 15:57:
Author: bugman
Date: Thu Aug  4 15:57:46 2011
New Revision: 14135

URL: http://svn.gna.org/viewcvs/relax?rev=14135&view=rev
Log:
Fix for the protected_exec() method - the error is no longer raised so it can 
return False.


Modified:
    branches/gui_testing/gui/misc.py

Modified: branches/gui_testing/gui/misc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/misc.py?rev=14135&r1=14134&r2=14135&view=diff
==============================================================================
--- branches/gui_testing/gui/misc.py (original)
+++ branches/gui_testing/gui/misc.py Thu Aug  4 15:57:46 2011
@@ -359,7 +359,7 @@
     # Catch RelaxErrors.
     except AllRelaxErrors, instance:
         # Display a dialog with the error.
-        gui_raise(instance, raise_flag=True)
+        gui_raise(instance, raise_flag=False)
 
         # Failure.
         return False




Related Messages


Powered by MHonArc, Updated Thu Aug 04 16:20:02 2011