Skip to content

Commit 7e94928

Browse files
committed
bin/lesson_check.py: one more fix for using_remote_theme()
1 parent 6ce5c22 commit 7e94928

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)