projects
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac3b3a
)
add detail option and convert to <tt> and <br>
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 6 Dec 2023 18:26:32 +0000
(18:26 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 6 Dec 2023 18:26:32 +0000
(18:26 +0000)
src/budget_sync/main.py
patch
|
blob
|
history
diff --git
a/src/budget_sync/main.py
b/src/budget_sync/main.py
index 7b8d6ce78675318383b169eb6151e6a920cdf869..3fd13f3941c50048cd22a997d7a08bd695591326 100644
(file)
--- 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
<br>",
not_submitted, file=f)
+ print("not submitted
%s<br>" %
not_submitted, file=f)
# and one to display people
for person in budget_graph.milestone_people[milestone]: