Skip to content

Commit c6288b9

Browse files
committed
Satisfy linter
1 parent bee8645 commit c6288b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

windows-release/merge-and-upload.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ def find_cmd(env, exe):
2828
if cmd:
2929
cmd = Path(cmd)
3030
if not cmd.is_file():
31-
raise RuntimeError(f"Could not find {cmd} to perform upload. Incorrect %{env}% setting.")
31+
raise RuntimeError(
32+
f"Could not find {cmd} to perform upload. Incorrect %{env}% setting."
33+
)
3234
return cmd
3335
for p in os.getenv("PATH", "").split(";"):
3436
if p:

0 commit comments

Comments
 (0)