Skip to content

Commit

Permalink
clarify download location
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Oct 27, 2024
1 parent 65d7be5 commit 8dd7cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def download_p2p_daemon():

if sha256(binary_path) != expected_hash:
binary_url = os.path.join(P2PD_BINARY_URL, binary_name)
print(f"Downloading {binary_url}")
print(f"Downloading {binary_url} to {binary_path}")

urllib.request.urlretrieve(binary_url, binary_path)
os.chmod(binary_path, 0o777)
Expand Down

0 comments on commit 8dd7cbf

Please sign in to comment.