From: Luke Kenneth Casson Leighton Date: Wed, 13 Jul 2022 12:40:41 +0000 (+0100) Subject: better format on name of people on milestone X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc5debbf3eeed7a4fdab4536757524bd42179188;p=utils.git better format on name of people on milestone --- 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