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 0c0dbe8

Browse files
committedDec 13, 2024
Remove trailing whitespace
1 parent c347974 commit 0c0dbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cosy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def parse_elffile(elffile, prefix, appdir, riot_base=None):
185185
d['path'] = d['path'].split(path.sep)
186186
if d['dir'] == appdir:
187187
if d['path'][0] == "":
188-
d['path'][0] = "app"
188+
d['path'][0] = "app"
189189
else:
190190
d['path'].insert(0, "app")
191191
if d['path'][0] == "examples":

0 commit comments

Comments
 (0)
Please sign in to comment.