mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 10:40:10 -04:00
tox nitpicks
This commit is contained in:
parent
f0f154b894
commit
cd4ffa9131
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ from requests.adapters import HTTPAdapter
|
|||
from requests.exceptions import HTTPError
|
||||
from requests.exceptions import RequestException
|
||||
|
||||
import certbot
|
||||
from certbot.compat import os
|
||||
from certbot.errors import Error
|
||||
|
||||
|
|
@ -97,7 +96,8 @@ def prepare_env(cli_args: List[str]) -> List[str]:
|
|||
if len(outdated_plugins) > 0:
|
||||
LOGGER.error('The following plugins are using an outdated python version and must be '
|
||||
'updated to be compatible with Certbot 3.0. Please see '
|
||||
'https://community.letsencrypt.org/t/certbot-3-0-could-have-potential-third-party-snap-breakages/226940 '
|
||||
'https://community.letsencrypt.org/t/'
|
||||
'certbot-3-0-could-have-potential-third-party-snap-breakages/226940 '
|
||||
'for more information:')
|
||||
plugin_list = '\n'.join(' * {}'.format(plugin) for plugin in outdated_plugins)
|
||||
LOGGER.error(plugin_list)
|
||||
|
|
|
|||
Loading…
Reference in a new issue