This commit is contained in:
Florent Guiotte 2020-05-27 09:54:52 +02:00
parent 28cbe1411e
commit 85c64a8991

View File

@ -80,7 +80,7 @@ def main(pid=None):
try: try:
run(expe, hostpid) run(expe, hostpid)
except Exception: except Exception:
logging.exception('Error occured on expe {}'.format(expe.id)) log.exception('Error occured on expe {}'.format(expe.id))
time.sleep(60) time.sleep(60)