Trivial: use the correct error handler for do_next_clean_step

Change-Id: Id02f8557d3a34c0ec0f8c04ecd37a170e5cc029c
(cherry picked from commit c9c605d8b8)
This commit is contained in:
Dmitry Tantsur 2020-10-06 16:37:38 +02:00
parent 0978e4a845
commit 8448d3909c
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ def do_node_clean(task, clean_steps=None):
do_next_clean_step(task, step_index)
@utils.fail_on_error(utils.deploying_error_handler,
@utils.fail_on_error(utils.cleaning_error_handler,
_("Unexpected error when processing next clean step"))
@task_manager.require_exclusive_lock
def do_next_clean_step(task, step_index):