Display the Exception as well as the error message

This commit is contained in:
Peter Eckersley
2015-10-24 13:38:03 -07:00
parent a567c0578f
commit 4def79d306
+1 -1
View File
@@ -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