LPCManager.py
changeset 52 7fc0928030b6
parent 51 8a4783508ea9
child 53 d92a0c3040a4
--- a/LPCManager.py	Wed May 15 22:15:05 2013 +0200
+++ b/LPCManager.py	Wed Jul 03 11:28:12 2013 +0200
@@ -2233,6 +2233,9 @@
 
     Log = StdoutPseudoFile(port)
 
+    if projectOpen is not None:
+        projectOpen = DecodeFileSystemPath(projectOpen, False)
+    
     CTR = LPCProjectController(None, Log, buildpath)
     if projectOpen is not None and os.path.isdir(projectOpen):
         result = CTR.LoadProject(projectOpen)