Skip to content

Commit 70ed32d

Browse files
committed
Do not mess with escape sequences
As discussed in issue #10
1 parent 770fe1e commit 70ed32d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/imcflibs/pathtools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def parse_path(path, prefix=""):
109109
'path': '/path/to/some/'}
110110
"""
111111
path = str(path)
112-
path = path.replace("\n", "\\n").replace("\t", "\\t")
113112
if prefix:
114113
# remove leading slash, otherwise join() will discard the first path:
115114
if path.startswith("/"):

0 commit comments

Comments
 (0)