lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed Save As... function in Beremiz
2013-04-24, Laurent Bessard
372c465b064c
Parents
cc37a99e2793
Children
5cf0a4d960ac
Fixed Save As... function in Beremiz
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
LPCManager.py
--- a/LPCManager.py Thu Mar 28 00:21:41 2013 +0100
+++ b/LPCManager.py Wed Apr 24 17:29:26 2013 +0200
@@ -394,7 +394,7 @@
def CTNMakeDir(self):
pass
- def CTNRequestSave(self):
+ def CTNRequestSave(self, from_project_path=None):
return None
def ResetUsedLocations(self):