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 fc507ad commit 6d8b091Copy full SHA for 6d8b091
coverage/files.py
@@ -241,7 +241,6 @@ class TreeMatcher:
241
"""
242
def __init__(self, paths: Iterable[str], name: str = "unknown") -> None:
243
self.original_paths: list[str] = human_sorted(paths)
244
- #self.paths = list(map(os.path.normcase, paths))
245
self.paths = [os.path.normcase(p) for p in paths]
246
self.name = name
247
0 commit comments