mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +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_CHECK,
|
||||
_(
|
||||
"See http://support.microsoft.com/kb/308419 for"
|
||||
" more info on setting file permissions."
|
||||
),
|
||||
"See %(url)s for more info on setting file permissions."
|
||||
) % {"url": "https://support.microsoft.com/kb/308419"}
|
||||
)
|
||||
|
||||
def read_filtering_config(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue