From: Luke Kenneth Casson Leighton Date: Wed, 13 Jul 2022 12:46:04 +0000 (+0100) Subject: doh X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=297194e5c6c892ccce13d6acc180c41a552dabb7;p=utils.git doh --- diff --git a/src/budget_sync/main.py b/src/budget_sync/main.py index a5101ea..6b37d03 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-30%s - %s" % (person.identifier, person.full_name)) + print(f"\t%-30s - %s" % (person.identifier, person.full_name)) print() # now do trees