LPCBeremiz.py
changeset 494 9e4263099427
parent 492 0852c4682179
child 498 c78246f3b85b
child 500 af7c28de4cc7
equal deleted inserted replaced
493:015a803301b9 494:9e4263099427
   415         if self.BuildSimulation:
   415         if self.BuildSimulation:
   416             if self.SimulationBuildPath is None:
   416             if self.SimulationBuildPath is None:
   417                 self.SimulationBuildPath = os.path.join(tempfile.mkdtemp(), os.path.basename(self.ProjectPath), "build")
   417                 self.SimulationBuildPath = os.path.join(tempfile.mkdtemp(), os.path.basename(self.ProjectPath), "build")
   418             return self.SimulationBuildPath
   418             return self.SimulationBuildPath
   419         else:
   419         else:
   420             PluginsRoot._getBuildPath(self)
   420             return PluginsRoot._getBuildPath(self)
   421     
   421     
   422     def SetProjectName(self, name):
   422     def SetProjectName(self, name):
   423         return self.Project.setname(name)
   423         return self.Project.setname(name)
   424 
   424 
   425     def SetOnlineMode(self, mode, path=None):
   425     def SetOnlineMode(self, mode, path=None):