Skip to content

Commit 0fb584b

Browse files
DimitriPapadopouloseffigies
authored andcommitted
MNT: Use raw string to avoid escaping '\'
1 parent f815aba commit 0fb584b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gitwash_dumper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def main():
223223
out_path,
224224
cp_globs=(pjoin('gitwash', '*'),),
225225
rep_globs=('*.rst',),
226-
renames=(('\.rst$', options.source_suffix),),
226+
renames=((r'\.rst$', options.source_suffix),),
227227
)
228228
make_link_targets(
229229
project_name,

0 commit comments

Comments
 (0)