Skip to content

Commit 299ae87

Browse files
author
Matthias Koeppe
committed
src/sage/misc/replace_dot_all.py: Remove redundant definition of excluded_file_regex
1 parent 5a6d6bd commit 299ae87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/misc/replace_dot_all.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,6 @@ def make_replacements_in_file(location, package_regex=None, verbose=False, outpu
385385
write_file.write(replaced_content) # overwriting the old file contents with the new/replaced content
386386

387387

388-
excluded_file_regex = 'auto-methods|replace_dot_all'
389-
390-
391388
def walkdir_replace_dot_all(dir, file_regex=r'.*[.](py|pyx|pxi)$', package_regex=None, verbose=False, *,
392389
excluded_file_regex=r'auto-methods|replace_dot_all'):
393390
r"""

0 commit comments

Comments
 (0)