Skip to content
Snippets Groups Projects
Commit d460fb78 authored by Gary Ruben's avatar Gary Ruben
Browse files

explicitly escaped parentheses in paths

parent a8dd57e3
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ def escape_path(path): ...@@ -52,6 +52,7 @@ def escape_path(path):
escaped_path = path.replace('(', '\(').replace(')', '\)') escaped_path = path.replace('(', '\(').replace(')', '\)')
return escaped_path return escaped_path
@dataclass @dataclass
class Node: class Node:
"""A directory tree node""" """A directory tree node"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment