mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 07:20:58 +00:00
Improved documentation.
This commit is contained in:
parent
86f1c74006
commit
81d2c4dbd9
1 changed files with 1 additions and 2 deletions
|
|
@ -148,8 +148,7 @@ def check_urls (aggregate):
|
|||
abort(aggregate)
|
||||
except Exception:
|
||||
# Catching "Exception" is intentionally done. This saves the program
|
||||
# from badly-programmed libraries that raise all kinds of strange
|
||||
# exceptions.
|
||||
# from libraries that raise all kinds of strange exceptions.
|
||||
console.internal_error()
|
||||
aggregate.logger.log_internal_error()
|
||||
abort(aggregate)
|
||||
|
|
|
|||
Loading…
Reference in a new issue