Skip to content

Commit

Permalink
Update sphinx_autobuild/filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Sep 3, 2024
1 parent 482a047 commit c2a17c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx_autobuild/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def __call__(self, path):
for pattern in self.regular_patterns:
# Expand the pattern into a list of files that match a glob
matched_files = set(map(os.path.abspath, glob(pattern, recursive=True)))
]

if path_expanded in matched_files:
return True
Expand Down

0 comments on commit c2a17c7

Please sign in to comment.