Skip to content

Commit 1ebb093

Browse files
author
Shubh Bapna
committed
store prebuilts in the prebuilt directory
1 parent 3302edc commit 1ebb093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fromager/commands/download_sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def download_one(entry: dict[str, typing.Any]):
6464

6565
if entry["prebuilt"]:
6666
if include_wheels:
67-
wheels.download_wheel(req, entry["source_url"], wkctx.wheels_downloads)
67+
wheels.download_wheel(req, entry["source_url"], wkctx.wheels_prebuilt)
6868
else:
6969
logger.info(f"{entry['dist']}: uses a pre-built wheel, skipping")
7070
return

0 commit comments

Comments
 (0)