Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-buil committed Dec 13, 2024
1 parent c347974 commit 0c0dbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosy.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def parse_elffile(elffile, prefix, appdir, riot_base=None):
d['path'] = d['path'].split(path.sep)
if d['dir'] == appdir:
if d['path'][0] == "":
d['path'][0] = "app"
d['path'][0] = "app"
else:
d['path'].insert(0, "app")
if d['path'][0] == "examples":
Expand Down

0 comments on commit 0c0dbe8

Please sign in to comment.