Skip to content

Commit

Permalink
tf 10
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Jan 7, 2024
1 parent 0d6af60 commit c846730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/test-environments/fleet_api/src/api/common_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def get_build_info(version: str) -> str:

except APICallException as api_ex:
logger.error(
f"API call failed, status code {api_ex.status_code}. Response: {api_ex.response_text}",
f"API call failed, version: {version} status code {api_ex.status_code}. Response: {api_ex.response_text}",
)
return ""

Expand Down

0 comments on commit c846730

Please sign in to comment.