Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Nov 4, 2024
1 parent 67fb56b commit 8429639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-server/apiserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_package_versions(self, canonical):
if ":" not in canonical:
return
registry, package = canonical.split(":", 1)
# Allow ":" to be used as a path separator
# Allow ":" to be used as a path separator
package = package.replace(":", "/")
rv = set()
for filename in os.listdir(self._path("packages", registry, package)):
Expand Down

0 comments on commit 8429639

Please sign in to comment.