Typo
[bertos.git] / wizard / plugins / codelite.py
index f3dcc3d1ff9a1507dfe44f14b52fbb80a21d5485..398a90d5ad9330bcd0fad5c2f3ee690ccb65da92 100644 (file)
@@ -88,7 +88,7 @@ def findSources(path):
             file_dict[root.replace(path, "")] = {"dirs": [], "files": []}
             for dir in dirs:
                 # TODO: place the directory name in a constant file.
-                if dir.find("svn") == -1 and dir != "images" and dir != "object":
+                if dir.find("svn") == -1 and dir != "images" and dir != "obj":
                     file_dict[root.replace(path, "")]["dirs"].append(dir)
             for file in files:
                 if file.endswith(const.EXTENSION_FILTER):