typo
This commit is contained in:
parent
28cbe1411e
commit
85c64a8991
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user