Skip to content

Commit 41da472

Browse files
committed
Quote uploader executable
1 parent 52bb6e5 commit 41da472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def UploadUF2ToDisk(target, source, env):
312312
"load",
313313
"--verify"
314314
],
315-
UPLOADCMD="$UPLOADER $UPLOADERFLAGS $SOURCES --offset ${hex(FS_START)}",
315+
UPLOADCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES --offset ${hex(FS_START)}',
316316
)
317317

318318
upload_actions = [

0 commit comments

Comments
 (0)