Skip to content

Commit b590469

Browse files
committed
Minor change
1 parent 25590d9 commit b590469

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

check_tutorials.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ def pattern_found(pattern, html):
5656
print(f'"{pattern}" found in "{url}"')
5757

5858
if found:
59+
msg = "One or more warnings/errors were found.\n"
60+
msg += "Please consider rebuilding the docs on readthedocs.org.\n"
5961
raise ValueError("One or more warnings/errors were found")

0 commit comments

Comments
 (0)