Skip to content

Commit

Permalink
one more open_pdks assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jan 8, 2025
1 parent a782d9d commit 01146b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volare/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def fetch(
variant_sources_file = os.path.join(variant_install_path, "SOURCES")
if not os.path.isfile(variant_sources_file):
with open(variant_sources_file, "w") as f:
print(f"open_pdks {version}", file=f)
print(f"{pdk_family.repo.name} {version}", file=f)

return Version(version, pdk)

Expand Down

0 comments on commit 01146b8

Please sign in to comment.