Skip to content

Commit b7b6570

Browse files
committed
make raw string
1 parent b163f9f commit b7b6570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/lesson_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def __init__(self, args, filename, metadata, metadata_len, text, lines, doc):
556556
(re.compile(r'README\.md'), CheckNonJekyll),
557557
(re.compile(r'index\.md'), CheckIndex),
558558
(re.compile(r'reference\.md'), CheckReference),
559-
(re.compile(os.path.join('_episodes', '*\.md')), CheckEpisode),
559+
(re.compile(os.path.join('_episodes', r'*\.md')), CheckEpisode),
560560
(re.compile(r'.*\.md'), CheckGeneric)
561561
]
562562

0 commit comments

Comments
 (0)