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 bee8645 commit c6288b9Copy full SHA for c6288b9
windows-release/merge-and-upload.py
@@ -28,7 +28,9 @@ def find_cmd(env, exe):
28
if cmd:
29
cmd = Path(cmd)
30
if not cmd.is_file():
31
- raise RuntimeError(f"Could not find {cmd} to perform upload. Incorrect %{env}% setting.")
+ raise RuntimeError(
32
+ f"Could not find {cmd} to perform upload. Incorrect %{env}% setting."
33
+ )
34
return cmd
35
for p in os.getenv("PATH", "").split(";"):
36
if p:
0 commit comments