add detail option and convert to <tt> and <br>
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 6 Dec 2023 18:26:32 +0000 (18:26 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 6 Dec 2023 18:26:32 +0000 (18:26 +0000)
src/budget_sync/main.py

index 7b8d6ce78675318383b169eb6151e6a920cdf869..3fd13f3941c50048cd22a997d7a08bd695591326 100644 (file)
@@ -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]: