We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16550c9 commit ebb7eaeCopy full SHA for ebb7eae
check_links.py
@@ -50,4 +50,7 @@
50
exit_status = 1
51
continue
52
53
+ # Newline to separate URLs from different files
54
+ print()
55
+
56
exit(exit_status)
0 commit comments