Fix Python scripts unhandled quotes (#14926)

This commit is contained in:
Tanguy Pruvot
2019-08-13 02:50:34 +02:00
committed by Scott Lahteine
parent c6be989fca
commit 03df3f4a88
7 changed files with 11 additions and 10 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);