Skip to content
Snippets Groups Projects
Commit 71f8ea58 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Make tox happy

parent 9adcd764
No related branches found
No related tags found
1 merge request!51Modify the failure form to make it more user-friendly
Pipeline #83760 passed
......@@ -215,8 +215,8 @@ def _confirm_pp_results(state: State) -> FormGenerator:
if not successful_run:
pp_retry_label1: Label = (
"Provisioning Proxy - playbook execution failed: inspect the output before proceeding" # type: ignore
)
"Provisioning Proxy - playbook execution failed: inspect the output before proceeding" # type: ignore
)
run_status: str = ReadOnlyField(state["pp_run_results"]["status"])
run_results: LongText = ReadOnlyField(f"{state['pp_run_results']['output']}")
if not successful_run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment