]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
run_tasks: correct typo tuethology -> teuthology 1591/head
authorrakeshgm <rakeshgm@redhat.com>
Thu, 17 Dec 2020 08:31:26 +0000 (14:01 +0530)
committerrakeshgm <rakeshgm@redhat.com>
Thu, 17 Dec 2020 08:31:26 +0000 (14:01 +0530)
Signed-off-by: rakeshgm <rakeshgm@redhat.com>
teuthology/run_tasks.py

index ab392261b433636bdccce9a8ad1b00ec31da5978..7067393fe85746fe3755cab1f00d728591d59a28 100644 (file)
@@ -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)