Tristan Maat pushed to branch Qinusty/message-helpers at BuildStream / buildstream
Commits:
-
f7a770e9
by Tristan Maat at 2018-10-31T14:02:08Z
1 changed file:
Changes:
... | ... | @@ -310,7 +310,7 @@ class Queue(): |
310 | 310 |
# Report error and mark as failed
|
311 | 311 |
#
|
312 | 312 |
self._context.error("Post processing error",
|
313 |
- plugin=element, detail=e)
|
|
313 |
+ plugin=element, detail=traceback.format_exc())
|
|
314 | 314 |
self.failed_elements.append(element)
|
315 | 315 |
|
316 | 316 |
# Treat this as a task error as it's related to a task
|