diff --git a/cosy.py b/cosy.py index 10f55a8..405a05b 100755 --- a/cosy.py +++ b/cosy.py @@ -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":