diff -r f9d32913bad4 -r 45d6f5fba016 ConfigTreeNode.py --- a/ConfigTreeNode.py Wed Aug 16 11:47:27 2017 +0300 +++ b/ConfigTreeNode.py Wed Aug 16 12:03:46 2017 +0300 @@ -294,7 +294,7 @@ # keep the same path buildpath, # filter locations that start with current IEC location - [loc for loc in locations if loc["LOC"][0:depth] == new_location ]) + [loc for loc in locations if loc["LOC"][0:depth] == new_location]) # stack the result LocationCFilesAndCFLAGS += _LocationCFilesAndCFLAGS LDFLAGS += _LDFLAGS