mailr14676 - /1.3/gui/wizard.py


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

Header


Content

Posted by edward on September 16, 2011 - 16:10:
Author: bugman
Date: Fri Sep 16 16:10:37 2011
New Revision: 14676

URL: http://svn.gna.org/viewcvs/relax?rev=14676&view=rev
Log:
The proceed_on_error flag is now taken into account by the wizard's finish 
button.


Modified:
    1.3/gui/wizard.py

Modified: 1.3/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/wizard.py?rev=14676&r1=14675&r2=14676&view=diff
==============================================================================
--- 1.3/gui/wizard.py (original)
+++ 1.3/gui/wizard.py Fri Sep 16 16:10:37 2011
@@ -1379,6 +1379,12 @@
                 if self._uf_flush[i]:
                     interpreter.flush()
 
+                # Check for execution errors.
+                if not self._pages[self._current_page].exec_status:
+                    # Do not proceed.
+                    if not self._proceed_on_error[self._current_page]:
+                        return
+
                 # Increment the execution counter.
                 self._exec_count[i] += 1
 




Related Messages


Powered by MHonArc, Updated Fri Sep 16 16:20:02 2011