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 f9b416f commit 45ff55cCopy full SHA for 45ff55c
public/setup_hook.py
@@ -1,4 +1,4 @@
1
-def run_hook(release_path: str):
+def run_hook(release_path: str, *_):
2
print("Running setup hook...")
3
with open(f"{release_path}/pwv.js", "w") as file:
4
file.write("window.hasPWV = true;\n")
0 commit comments