lpcmanager

Fixed bug when starting LPCManager

2013-09-27, Laurent Bessard
1917bef55340
Parents 2fd1276367cb
Children 7c2f418afcd3
Fixed bug when starting LPCManager
--- a/LPCManager.py Wed Sep 25 19:06:18 2013 +0200
+++ b/LPCManager.py Fri Sep 27 14:01:03 2013 +0200
@@ -2158,7 +2158,7 @@
if projectOpen is not None:
projectOpen = DecodeFileSystemPath(projectOpen, False)
- CTR = LPCProjectController(None, Log, DecodeFileSystemPath(buildpath))
+ CTR = LPCProjectController(None, Log, buildpath)
if projectOpen is not None and os.path.isdir(projectOpen):
result = CTR.LoadProject(projectOpen)
if result: