Skip to content

Commit 14ca369

Browse files
authored
Merge pull request #585 from maxim-belkin/one-last-fix
bin/lesson_check.py: one more fix for using_remote_theme()
2 parents 6ce5c22 + 7e94928 commit 14ca369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lesson_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def check(self):
500500
"""Run extra tests."""
501501

502502
super().check()
503-
if not using_remote_theme():
503+
if not using_remote_theme(args.source_dir):
504504
self.check_reference_inclusion()
505505

506506
def check_metadata(self):

0 commit comments

Comments
 (0)