Fix bad detailed output

This commit is contained in:
2018-07-22 00:20:56 +02:00
parent 81c7b3473e
commit 59dcbeb101
2 changed files with 5 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ def view_project_set_active(project_id, last_action, conn):
task_id, username, name, status, priority, date, time, nb_note = row
message = date + time + name
print(
" {} {:d}: ({}) [{}] [{}] {} ({} tasks)".format(
" {} {:d}: ({}) [{}] [{}] {} ({} notes)".format(
"*" if last_action.task_id == row[0] else " ",
task_id,
username,