mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-09 07:56:20 -06:00
Allow py scripts to handle spaces in paths (#14876)
This commit is contained in:
parent
eb3a3d249e
commit
f9f20bb454
7 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue