mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +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:
|
else:
|
||||||
msg = ("The {0} plugin is not working; there may be problems with "
|
msg = ("The {0} plugin is not working; there may be problems with "
|
||||||
"your existing configuration.\nThe error was: {1}"
|
"your existing configuration.\nThe error was: {1}"
|
||||||
.format(requested, plugins[requested].problem))
|
.format(requested, `plugins[requested].problem`))
|
||||||
elif cfg_type == "installer":
|
elif cfg_type == "installer":
|
||||||
if os.path.exists("/etc/debian_version"):
|
if os.path.exists("/etc/debian_version"):
|
||||||
# Debian... installers are at least possible
|
# Debian... installers are at least possible
|
||||||
|
|||||||
Reference in New Issue
Block a user