projects
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8089fba
)
better format on name of people on milestone
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 13 Jul 2022 12:40:41 +0000
(13:40 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 13 Jul 2022 12:40:41 +0000
(13:40 +0100)
src/budget_sync/main.py
patch
|
blob
|
history
diff --git
a/src/budget_sync/main.py
b/src/budget_sync/main.py
index 09f68f926f0e791618a653085bafcfae7506e175..a5101ea725afb2eb2406b2836cbec0459f8a7d68 100644
(file)
--- 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