Fixed a bug encountered when a 'functionStop' exception was raised. Previously, this stopped the functions from continuing to execute, but the code proposing the 'next action' and updating the submission as finished still executed. This meant that a function could be logged as finished in the submission log table, even when it wasn't. This code has now been tucked into an 'else' clause in the try->except statement, so it will only be executed if the functions finish without raising a functionStop exception. Submissions will not, therefore, be wrongly marked as finished in the log.
Description
Description
Details
Details
- Committed
Nicholas Robinson <nicholas.robinson@cern.ch> Mar 19 2007, 17:02 - Parents
- R3600:8b0c09e890f1: Removed some unused functions (get_report_number, set_report_number, get_sysno…
- Branches
- Unknown
- Tags