mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 19:15:31 +00:00
run_pyl
This commit is contained in:
parent
af8caeb985
commit
6373761a4c
@ -113,7 +113,9 @@ class ServiceTaskDelegate:
|
|||||||
message = ServiceTaskDelegate.get_message_for_status(
|
message = ServiceTaskDelegate.get_message_for_status(
|
||||||
proxied_response.status_code
|
proxied_response.status_code
|
||||||
)
|
)
|
||||||
error = f"Received an unexpected response from service {name} : {message}"
|
error = (
|
||||||
|
f"Received an unexpected response from service {name} : {message}"
|
||||||
|
)
|
||||||
if "error" in parsed_response:
|
if "error" in parsed_response:
|
||||||
error += parsed_response["error"]
|
error += parsed_response["error"]
|
||||||
if json_parse_error:
|
if json_parse_error:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user