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
@@ -203,6 +203,10 @@ def _confirm_pp_results(state: State) -> FormGenerator:
:return: Confirmation from the user, when presented with the run results.
:rtype: {class}`orchestrator.types.FormGenerator`
"""
if "pp_run_results" not in state:
# FIXME: dirty hack that makes the skipping """work"""
return {"pp_did_succeed": True}
successful_run = state["pp_run_results"]["return_code"] == 0
class ConfirmRunPage(FormPage):
Loading