diff -r 816705d1e512 -r 31c63a6248e1 ProjectController.py --- 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: