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

@ -27,4 +27,4 @@ def encrypt(source, target, env):
finally:
firmware.close()
robin.close()
env.AddPostAction("$BUILD_DIR/${PROGNAME}.bin", encrypt);
env.AddPostAction('"$BUILD_DIR/${PROGNAME}.bin"', encrypt);