mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 22:01:00 +00:00
Improve warning output.
This commit is contained in:
parent
bff217c58b
commit
b073c5a3ef
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ Warnings = _(r"""IGNORE WARNINGS
|
|||
The following warnings are recognized in the 'ignorewarnings' config
|
||||
file entry:
|
||||
""") + \
|
||||
"\n".join([u" o %s\n %s" % (tag, desc) \
|
||||
"\n".join([u" o %s - %s" % (tag, desc) \
|
||||
for tag, desc in sorted(linkcheck.checker.const.Warnings.items())])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue