From 85c64a899182de79751d9e4059c7ae48d196fe75 Mon Sep 17 00:00:00 2001 From: Karamaz0V1 Date: Wed, 27 May 2020 09:54:52 +0200 Subject: [PATCH] typo --- minigrida/supervisor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minigrida/supervisor.py b/minigrida/supervisor.py index 37851f7..73aa9da 100644 --- a/minigrida/supervisor.py +++ b/minigrida/supervisor.py @@ -80,7 +80,7 @@ def main(pid=None): try: run(expe, hostpid) except Exception: - logging.exception('Error occured on expe {}'.format(expe.id)) + log.exception('Error occured on expe {}'.format(expe.id)) time.sleep(60)