We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15364db commit 28aa6bbCopy full SHA for 28aa6bb
wwiser/tools/wcleaner_unwanted.py
@@ -75,6 +75,8 @@ def _parse_txtps(self):
75
txtp_root = self._locator.get_txtp_rootpath()
76
77
try:
78
+ #for char, repl in [('[','\['), ('[','\[')]:
79
+ txtp_root = glob.escape(txtp_root)
80
subpath = os.path.join(txtp_root, '**/*.txtp')
81
filenames = glob.glob(subpath, recursive=True)
82
except:
0 commit comments