From: Luke Kenneth Casson Leighton Date: Wed, 6 Dec 2023 18:26:32 +0000 (+0000) Subject: add detail option and convert to and
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25e3327dbf113420b6783e6438ff49e78f30c03f;p=utils.git add detail option and convert to and
--- diff --git a/src/budget_sync/main.py b/src/budget_sync/main.py index 7b8d6ce..3fd13f3 100644 --- a/src/budget_sync/main.py +++ b/src/budget_sync/main.py @@ -153,7 +153,7 @@ def summarize_milestones(f, budget_graph, detail=False): file=f) not_submitted = summary.get_not_submitted() if not_submitted: - print("not submitted
", not_submitted, file=f) + print("not submitted %s
" % not_submitted, file=f) # and one to display people for person in budget_graph.milestone_people[milestone]: