Improved documentation.

This commit is contained in:
Bastian Kleineidam 2012-09-14 22:26:45 +02:00
parent 86f1c74006
commit 81d2c4dbd9

View file

@ -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)