Skip to content
Snippets Groups Projects
Commit e7fa4b49 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

resolve Vale error

parent 36b71434
No related branches found
No related tags found
1 merge request!50update intake form of device termination workflow
Pipeline #83786 passed
......@@ -204,7 +204,7 @@ def _confirm_pp_results(state: State) -> FormGenerator:
:rtype: {class}`orchestrator.types.FormGenerator`
"""
if "pp_run_results" not in state:
# FIXME: very dirty hack that makes the skipping """work"""
# FIXME: dirty hack that makes the skipping """work"""
return {"pp_did_succeed": True}
successful_run = state["pp_run_results"]["return_code"] == 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment