From dc5debbf3eeed7a4fdab4536757524bd42179188 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 13 Jul 2022 13:40:41 +0100 Subject: [PATCH] better format on name of people on milestone --- src/budget_sync/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/budget_sync/main.py b/src/budget_sync/main.py index 09f68f9..a5101ea 100644 --- a/src/budget_sync/main.py +++ b/src/budget_sync/main.py @@ -119,7 +119,7 @@ def summarize_milestones(budget_graph: BudgetGraph): # and one to display people for person in budget_graph.milestone_people[milestone]: - print(f"\t%s (%s)" % (person.identifier, person.full_name)) + print(f"\t-30%s - %s" % (person.identifier, person.full_name)) print() # now do trees -- 2.30.2