Allow py scripts to handle spaces in paths (#14876)

This commit is contained in:
Scott Lahteine
2019-08-08 05:38:24 -05:00
committed by GitHub
parent eb3a3d249e
commit f9f20bb454
7 changed files with 8 additions and 8 deletions

View File

@ -15,8 +15,8 @@ env.AddPostAction(
"$OBJCOPY",
"-O",
"ihex",
"$BUILD_DIR/${PROGNAME}.elf",
"$BUILD_DIR/${PROGNAME}.hex"
'"$BUILD_DIR/${PROGNAME}.elf"',
'"$BUILD_DIR/${PROGNAME}.hex"'
]), "Building $TARGET"))
# please keep $SOURCE variable, it will be replaced with a path to firmware