Added error message to task list

This commit is contained in:
Ozzie Isaacs
2024-08-02 18:08:18 +02:00
parent e6ccd42f89
commit 249017a4fa
2 changed files with 2 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ def render_task_status(tasklist):
ret['task_id'] = task.id
ret['stat'] = task.stat
ret['is_cancellable'] = task.is_cancellable
ret['error'] = task.error
rendered_tasklist.append(ret)