mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Add context to the get_gh_api APIException
This commit is contained in:
parent
3b593a7c5e
commit
0dff60821f
@ -110,7 +110,7 @@ def get_gh_api(
|
||||
logging.info("Exception '%s' while getting, retry %i", exc, try_cnt)
|
||||
time.sleep(sleep)
|
||||
|
||||
raise APIException("Unable to request data from GH API") from exc
|
||||
raise APIException(f"Unable to request data from GH API: {url}") from exc
|
||||
|
||||
|
||||
def get_build_name_for_check(check_name: str) -> str:
|
||||
|
Loading…
Reference in New Issue
Block a user