Skip to content

Commit

Permalink
Rephrase comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 30, 2024
1 parent 1b53fcb commit 1c19b62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions audb/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,10 @@ def versions(
except artifactory.ArtifactoryException: # pragma: nocover
# This tackles the case of missing repo
# or missing read permissions.
# We cannot test this at the moment,
# because when using a repo without read access
# on the public Artifactory server
# We cannot test this at the moment
# on the public Artifactory server.
# Because after trying
# to connect to a repo without read access
# the connection is also blocked for valid repos.
pass
else:
Expand Down

0 comments on commit 1c19b62

Please sign in to comment.