From 0444f396d936d47ca6c4e64b45e6f6ae35b6f8b8 Mon Sep 17 00:00:00 2001 From: rakeshgm Date: Thu, 17 Dec 2020 14:01:26 +0530 Subject: [PATCH] run_tasks: correct typo tuethology -> teuthology Signed-off-by: rakeshgm --- teuthology/run_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/run_tasks.py b/teuthology/run_tasks.py index ab392261b..7067393fe 100644 --- a/teuthology/run_tasks.py +++ b/teuthology/run_tasks.py @@ -187,7 +187,7 @@ def run_tasks(tasks, ctx): exc_info = sys.exc_info() if ctx.config.get('interactive-on-error'): - from tuethology.task import interactive + from teuthology.task import interactive log.warning( 'Saw failure during task cleanup, going into interactive mode...') interactive.task(ctx=ctx, config=None) -- 2.47.3