DebuggerInterfacePython: added a TODO for path translation doing the directory separators wrong.

Sun, 24 Feb 2019 20:36:15 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 24 Feb 2019 20:36:15 +0100
changeset 6821
ed0dacdb437e
parent 6820
879ce0bb0c16
child 6822
f34e48fdfd92

DebuggerInterfacePython: added a TODO for path translation doing the directory separators wrong.

Debugger/DebuggerInterfacePython.py file | annotate | diff | comparison | revisions
--- a/Debugger/DebuggerInterfacePython.py	Sun Feb 24 18:16:51 2019 +0100
+++ b/Debugger/DebuggerInterfacePython.py	Sun Feb 24 20:36:15 2019 +0100
@@ -104,6 +104,7 @@
             (False = local to remote, True = remote to local [default])
         @return translated filename (string)
         """
+        # TODO: remote translation must translate os.sep as well
         if remote2local:
             return fn.replace(self.translateRemote, self.translateLocal)
         else:

eric ide

mercurial