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 9a8369d commit 19de464Copy full SHA for 19de464
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "volare"
3
-version = "0.20.5"
+version = "0.20.6"
4
description = "An PDK builder/version manager for PDKs in the open_pdks format"
5
authors = ["Efabless Corporation and Contributors <[email protected]>"]
6
readme = "Readme.md"
volare/build/common.py
@@ -79,7 +79,7 @@ def is_ancestor(commit: str):
79
download_script_ok = is_ancestor(
80
"ebffedd16788db327af050ac01c3fb1558ebffd1"
81
) # download script fix
82
- if download_script_ok:
+ if not download_script_ok:
83
print("Replacing download.sh…")
84
session = GitHubSession()
85
r = session.get(
0 commit comments