ProjectController.py
changeset 1386 31c63a6248e1
parent 1376 f8acd48e0342
child 1387 435965ca8b63
--- a/ProjectController.py	Sun Jan 19 22:38:52 2014 +0100
+++ b/ProjectController.py	Sun Jan 19 22:39:25 2014 +0100
@@ -494,10 +494,6 @@
         return self.ConfNodeTypesFactory()
 
     def _setBuildPath(self, buildpath):
-        if CheckPathPerm(buildpath):
-            self.BuildPath = buildpath
-        else:
-            self.BuildPath = None
         self.BuildPath = buildpath
         self.DefaultBuildPath = None
         if self._builder is not None: