mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
plugin_ep.problem unittests
and some misc style things
This commit is contained in:
@@ -125,6 +125,7 @@ class PluginEntryPoint(object):
|
||||
"""Return the Exception raised during plugin setup, or None if all is well"""
|
||||
if isinstance(self._prepared, Exception):
|
||||
return self._prepared
|
||||
return None
|
||||
|
||||
@property
|
||||
def available(self):
|
||||
|
||||
Reference in New Issue
Block a user