Skip to content
Snippets Groups Projects

update intake form of device termination workflow

Merged Karel van Klink requested to merge feature/NAT-210-termination-checkboxes into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading