We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3302edc commit 1ebb093Copy full SHA for 1ebb093
src/fromager/commands/download_sequence.py
@@ -64,7 +64,7 @@ def download_one(entry: dict[str, typing.Any]):
64
65
if entry["prebuilt"]:
66
if include_wheels:
67
- wheels.download_wheel(req, entry["source_url"], wkctx.wheels_downloads)
+ wheels.download_wheel(req, entry["source_url"], wkctx.wheels_prebuilt)
68
else:
69
logger.info(f"{entry['dist']}: uses a pre-built wheel, skipping")
70
return
0 commit comments