ConfigTreeNode.py
changeset 1746 45d6f5fba016
parent 1744 69dfdb26f600
child 1747 6046ffa2280f
--- 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