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