Skip to content
Snippets Groups Projects
Commit 004726e1 authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by Simone Spinelli
Browse files

resolve Vale error

parent 040b570f
No related branches found
No related tags found
1 merge request!52Feature/nat 212 213
...@@ -204,7 +204,7 @@ def _confirm_pp_results(state: State) -> FormGenerator: ...@@ -204,7 +204,7 @@ def _confirm_pp_results(state: State) -> FormGenerator:
:rtype: {class}`orchestrator.types.FormGenerator` :rtype: {class}`orchestrator.types.FormGenerator`
""" """
if "pp_run_results" not in state: 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} return {"pp_did_succeed": True}
successful_run = state["pp_run_results"]["return_code"] == 0 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