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 1e35862 commit b6cf8c4Copy full SHA for b6cf8c4
1 file changed
urlchecker/core/check.py
@@ -2,7 +2,7 @@
2
3
Copyright (c) 2020 Ayoub Malek and Vanessa Sochat
4
5
-This source code is licensed under the terms of the MIT license.
+This source code is licensed under the terms of the MIT license.
6
For a copy, see <https://opensource.org/licenses/MIT>.
7
8
"""
@@ -96,7 +96,7 @@ def check_files(
96
urls = fileproc.collect_links_from_file(file_name)
97
98
# eliminate white listed urls and white listed white listed patterns
99
- if white_listed_urls:
+ if white_listed_urls or white_listed_patterns:
100
urls = [
101
url
102
for url in urls
0 commit comments