# HG changeset patch # User laurent # Date 1260434095 -3600 # Node ID 9e4263099427d144efc7c6b9e3fa41868bd101b6 # Parent 015a803301b90c24b407a4fc5fbdf6c5cdb1f211 Bug when opening with not empty buildpath parameter fixed diff -r 015a803301b9 -r 9e4263099427 LPCBeremiz.py --- a/LPCBeremiz.py Wed Dec 09 16:53:59 2009 +0100 +++ b/LPCBeremiz.py Thu Dec 10 09:34:55 2009 +0100 @@ -417,7 +417,7 @@ self.SimulationBuildPath = os.path.join(tempfile.mkdtemp(), os.path.basename(self.ProjectPath), "build") return self.SimulationBuildPath else: - PluginsRoot._getBuildPath(self) + return PluginsRoot._getBuildPath(self) def SetProjectName(self, name): return self.Project.setname(name)