better format on name of people on milestone
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 13 Jul 2022 12:40:41 +0000 (13:40 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 13 Jul 2022 12:40:41 +0000 (13:40 +0100)
src/budget_sync/main.py

index 09f68f926f0e791618a653085bafcfae7506e175..a5101ea725afb2eb2406b2836cbec0459f8a7d68 100644 (file)
@@ -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