From b072259efbca13476b0cf7c2361b9231d6600fc1 Mon Sep 17 00:00:00 2001 From: "Maxence G. de Montauzan" Date: Sun, 22 Jul 2018 00:28:16 +0200 Subject: [PATCH] TO SQ fix bad detailed output --- task.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/task.py b/task.py index e7c4a53..a26ac37 100644 --- a/task.py +++ b/task.py @@ -333,7 +333,11 @@ def view_task_set_active(task_id, last_action, conn): print("Could not find task {}".format(task_id)) sys.exit(1) - print("* {:d}: ({}) {} (project: {}, status: {}, priority: {}, {} note(s))".format(*row)) + print( + "* {:d}: ({}) {} (project: {}, status: {}, priority: {}, {} note(s))".format( + *row + ) + ) # FIXME duplicate with list_note query = """