We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da87d37 commit 264999aCopy full SHA for 264999a
builder/frameworks/_embed_files.py
@@ -94,7 +94,7 @@ def embed_files(files, files_type):
94
if files_type == "embed_txtfiles":
95
env.AddPreAction(file_target, prepare_file)
96
env.AddPostAction(file_target, revert_original_file)
97
- env.Append(PIOBUILDFILES=[env.File(join("$BUILD_DIR", filename))])
+ env.AppendUnique(PIOBUILDFILES=[env.File(join("$BUILD_DIR", filename))])
98
99
100
env.Append(
0 commit comments