Skip to content
Snippets Groups Projects
Commit e943aae6 authored by Alan De Smet's avatar Alan De Smet
Browse files

More info when plotting fails.

parent 1616ae4b
No related branches found
No related tags found
1 merge request!5Resolve "More information than just "Unable to create plot.""
......@@ -74,7 +74,7 @@ def _handle_fig_creation_task(child_figure_function, log_message,
plt.close(figure)
del(figure)
else:
LOG.warn("Unable to create plot.")
LOG.warn("Unable to create plot {0} ({1}).".format(fullFigName, log_message))
# if we've reached this point and we did fork,
# then we're the child process and we should stop now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment