From 8fb6ea934eedc5b0b976cb80752f2c0237bef864 Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 8 Sep 2009 13:55:13 +0000 Subject: [PATCH 1/1] Typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2905 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/plugins/codelite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/plugins/codelite.py b/wizard/plugins/codelite.py index f3dcc3d1..398a90d5 100644 --- a/wizard/plugins/codelite.py +++ b/wizard/plugins/codelite.py @@ -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): -- 2.25.1