Typo
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 8 Sep 2009 13:55:13 +0000 (13:55 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 8 Sep 2009 13:55:13 +0000 (13:55 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2905 38d2e660-2303-0410-9eaa-f027e97ec537

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):