LPCBeremiz.py
changeset 494 9e4263099427
parent 492 0852c4682179
child 498 c78246f3b85b
child 500 af7c28de4cc7
--- 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)