You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Artifactory._exists() or Artifactory._glob() it might fail with
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: ...
as we only cover RuntimeError when catching errors from Artifactory, but with the newest release from dohq-artifactory it seems that we can also get a requests.exceptions.HTTPError
The text was updated successfully, but these errors were encountered:
When using
Artifactory._exists()
orArtifactory._glob()
it might fail withas we only cover
RuntimeError
when catching errors from Artifactory, but with the newest release fromdohq-artifactory
it seems that we can also get arequests.exceptions.HTTPError
The text was updated successfully, but these errors were encountered: