Skip to content

Commit

Permalink
[package.py] Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Jan 3, 2025
1 parent f4d13db commit 28a4415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chumweb/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def web_url(self):
return f"pkgs/{self.name}/"

def get_download_url(self, arch: str) -> Optional[str]:
# `noarch` and 'src do not have a dedicated repository, use the first available arch I suppose:
# `noarch` and `src` packages do not have a dedicated repository, use the first available arch I suppose:
# This might be a "not smart" idea.
if arch == "noarch" or arch == "src":
repo = next(self.repos.__iter__())
Expand Down

0 comments on commit 28a4415

Please sign in to comment.