Skip to content

Commit

Permalink
Add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 7, 2023
1 parent 4afd32a commit 78b8dbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions relenv/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ def setup_parser(subparsers):


def fetch(version, triplet, python, check_hosts=CHECK_HOSTS):
"""
Fetch the specified python build.
"""
for host in check_hosts:
url = f"https://{host}/relenv/{version}/build/{python}-{triplet}.tar.xz"
if check_url(url, timeout=5):
Expand Down

0 comments on commit 78b8dbf

Please sign in to comment.