mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
Quickfix for #147
This commit is contained in:
@@ -94,7 +94,8 @@ def main(): # pylint: disable=too-many-statements
|
|||||||
display_eula()
|
display_eula()
|
||||||
|
|
||||||
# Use the same object if possible
|
# Use the same object if possible
|
||||||
if interfaces.IAuthenticator.providedBy(installer):
|
if interfaces.IAuthenticator.providedBy(installer): # pylint: disable=no-member
|
||||||
|
|
||||||
auth = installer
|
auth = installer
|
||||||
else:
|
else:
|
||||||
auth = determine_authenticator()
|
auth = determine_authenticator()
|
||||||
|
|||||||
Reference in New Issue
Block a user