Skip to content

Commit

Permalink
Merge pull request ceph#1591 from rakeshgm/typo-correct
Browse files Browse the repository at this point in the history
run_tasks: correct typo tuethology -> teuthology
  • Loading branch information
kshtsk authored Dec 17, 2020
2 parents 0e05d59 + 0444f39 commit 8e49dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teuthology/run_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8e49dda

Please sign in to comment.