mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-13 02:41:03 +00:00
Update configuration/confparse.py log message to https
This commit is contained in:
parent
0191b021f4
commit
eeb5fa48ca
1 changed files with 2 additions and 3 deletions
|
|
@ -248,9 +248,8 @@ class LCConfigParser(RawConfigParser):
|
||||||
log.warn(
|
log.warn(
|
||||||
LOG_CHECK,
|
LOG_CHECK,
|
||||||
_(
|
_(
|
||||||
"See http://support.microsoft.com/kb/308419 for"
|
"See %(url)s for more info on setting file permissions."
|
||||||
" more info on setting file permissions."
|
) % {"url": "https://support.microsoft.com/kb/308419"}
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def read_filtering_config(self):
|
def read_filtering_config(self):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue