From: rakeshgm Date: Thu, 17 Dec 2020 08:31:26 +0000 (+0530) Subject: run_tasks: correct typo tuethology -> teuthology X-Git-Tag: 1.1.0~24^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1591%2Fhead;p=teuthology.git run_tasks: correct typo tuethology -> teuthology Signed-off-by: rakeshgm --- 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)