author | Laurent Bessard |
Fri, 27 Sep 2013 14:01:03 +0200 | |
changeset 55 | 0be064739434 |
parent 54 | eb068364ccfa |
child 56 | a4bc15ac7998 |
LPCManager.py | file | annotate | diff | comparison | revisions |
--- 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: