TO SQ fix bad detailed output
This commit is contained in:
6
task.py
6
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 = """
|
||||
|
||||
Reference in New Issue
Block a user