mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Get mypy passing with check_untyped_defs everywhere (#6021)
* unchecked_typed_defs everywhere * fix mypy for lock_test * add magic_typing * fix mypy in letshelp * fix validator errors in compat test * fix mypy for test_driver.py * fix mypy in util.py * delint
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ def report_failure(err_msg, out, err):
|
||||
:param str err: stderr output
|
||||
|
||||
"""
|
||||
logger.fatal(err_msg)
|
||||
logger.critical(err_msg)
|
||||
log_output(logging.INFO, out, err)
|
||||
sys.exit(err_msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user