Tracebacks are useful

This commit is contained in:
Brad Warren
2016-02-04 18:15:39 -08:00
parent b2dae6cae2
commit 36a42d1830
+1
View File
@@ -838,6 +838,7 @@ def _reconstitute(config, full_path):
logger.warning(
"An error occured while parsing %s. The error was %s. "
"Skipping the file.", full_path, error.message)
logger.debug("Traceback was:\n%s", traceback.format_exc())
return None
# webroot_map is, uniquely, a dict, and the general-purpose