mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 15:48:52 +02:00
Display the Exception as well as the error message
This commit is contained in:
+1
-1
@@ -352,7 +352,7 @@ def diagnose_configurator_problem(cfg_type, requested, plugins):
|
||||
else:
|
||||
msg = ("The {0} plugin is not working; there may be problems with "
|
||||
"your existing configuration.\nThe error was: {1}"
|
||||
.format(requested, plugins[requested].problem))
|
||||
.format(requested, `plugins[requested].problem`))
|
||||
elif cfg_type == "installer":
|
||||
if os.path.exists("/etc/debian_version"):
|
||||
# Debian... installers are at least possible
|
||||
|
||||
Reference in New Issue
Block a user