Debugger/DebuggerInterfacePython3.py

branch
6_1_x
changeset 5060
56eee32610a3
parent 4632
ca310db386ed
diff -r 41df96c4c8ce -r 56eee32610a3 Debugger/DebuggerInterfacePython3.py
--- a/Debugger/DebuggerInterfacePython3.py	Sun Jul 24 16:51:17 2016 +0200
+++ b/Debugger/DebuggerInterfacePython3.py	Sun Jul 24 19:26:45 2016 +0200
@@ -195,7 +195,7 @@
                 rhost = "localhost"
             if rexec:
                 args = Utilities.parseOptionString(rexec) + \
-                    [rhost, interpreter, os.path.abspath(debugClient),
+                    [rhost, interpreter, debugClient,
                         noencoding, str(port), redirect, ipaddr]
                 args[0] = Utilities.getExecutablePath(args[0])
                 process = self.__startProcess(args[0], args[1:])

eric ide

mercurial