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 727b533 commit 273088bCopy full SHA for 273088b
1 file changed
Tools/coinstall-check/compare.py
@@ -20,7 +20,6 @@ def compare_install_manifests(base: Path) -> bool:
20
if not tree.is_file():
21
continue
22
23
- hashes: dict[str, str] = {}
24
print(f"Examining {tree}")
25
with gzip.open(tree) as f:
26
data = json.load(f)
0 commit comments