beremiz

Parents 015a803301b9
Children 03e17cd5bde7
Bug when opening with not empty buildpath parameter fixed
--- 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)