From 004726e167cf80f2b3b8a7cff9995cddfe32785e Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Fri, 4 Aug 2023 15:55:07 +0200 Subject: [PATCH] resolve Vale error --- gso/services/provisioning_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gso/services/provisioning_proxy.py b/gso/services/provisioning_proxy.py index 701bea45..56a0b807 100644 --- a/gso/services/provisioning_proxy.py +++ b/gso/services/provisioning_proxy.py @@ -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 -- GitLab