Commit 3110a3df authored by Sebastien Robin's avatar Sebastien Robin

also add a general error message when there is issue whith error handling

parent 120de5b7
......@@ -471,6 +471,8 @@ branch = %(branch)s
sleep_time = 120 - (now-begin)
log("End of processing, going to sleep %s" % sleep_time)
time.sleep(sleep_time)
except:
log("Exception in error handling", exc_info=sys.exc_info())
finally:
# Nice way to kill *everything* generated by run process -- process
# groups working only in POSIX compilant systems
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment