Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3308c3f

Browse files
restyled-commitsfeasel0
authored andcommittedAug 19, 2024·
Restyled by autopep8
1 parent 43c82ac commit 3308c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/build/builders/efr32.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def _bundle(self):
278278
files = []
279279
for pattern in patterns:
280280
files += list(map(lambda x: os.path.basename(x), glob.glob(pattern)))
281-
281+
282282
# Create the bundle file.
283283
with open(flash_bundle_path, 'w') as bundle_file:
284284
bundle_file.write("\n".join(files))

0 commit comments

Comments
 (0)
Please sign in to comment.