Skip to content

Commit

Permalink
update dash template to show task error from task.exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Frens Jan Rumph committed May 11, 2017
1 parent 0cfa0fd commit 10023a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bndl/compute/dash/templates/compute/group.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2>Tasks:</h2>
<tr>
<td></td>
<td colspan="5">
<pre>{{ task.future.exception()|fmt_exc }}</pre>
<pre>{{ task.exception()|fmt_exc }}</pre>
</td>
</tr>
{% endif %}
Expand Down

0 comments on commit 10023a7

Please sign in to comment.