Bug when opening with not empty buildpath parameter fixed
authorlaurent
Thu, 10 Dec 2009 09:34:55 +0100
changeset 494 9e4263099427
parent 493 015a803301b9
child 495 03e17cd5bde7
Bug when opening with not empty buildpath parameter fixed
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)