mailr18169 - /trunk/gui/errors.py


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

Header


Content

Posted by edward on December 19, 2012 - 17:33:
Author: bugman
Date: Wed Dec 19 17:33:44 2012
New Revision: 18169

URL: http://svn.gna.org/viewcvs/relax?rev=18169&view=rev
Log:
Partial fix for bug #20378 (https://gna.org/bugs/index.php?20378).

The gui_raise() function was operating differently under the command line run 
test suite and the GUI
run test suite.  The operation of the function is now consistent, and no 
RelaxError is raised
(unless the raise_flag argument is set).


Modified:
    trunk/gui/errors.py

Modified: trunk/gui/errors.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/errors.py?rev=18169&r1=18168&r2=18169&view=diff
==============================================================================
--- trunk/gui/errors.py (original)
+++ trunk/gui/errors.py Wed Dec 19 17:33:44 2012
@@ -40,10 +40,6 @@
     @raises RelaxError:     This raises all RelaxErrors, if the raise flag 
is given.
     """
 
-    # Die if running in test mode.
-    if status.test_mode:
-        raise relax_error
-
     # Turn off the busy cursor if needed.
     if wx.IsBusy():
         wx.EndBusyCursor()




Related Messages


Powered by MHonArc, Updated Wed Dec 19 17:40:02 2012