We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770fe1e commit 70ed32dCopy full SHA for 70ed32d
1 file changed
src/imcflibs/pathtools.py
@@ -109,7 +109,6 @@ def parse_path(path, prefix=""):
109
'path': '/path/to/some/'}
110
"""
111
path = str(path)
112
- path = path.replace("\n", "\\n").replace("\t", "\\t")
113
if prefix:
114
# remove leading slash, otherwise join() will discard the first path:
115
if path.startswith("/"):
0 commit comments