projects
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8321a
)
add different indent style to show parent-child better
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 5 Jul 2022 09:33:16 +0000
(10:33 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 5 Jul 2022 09:33:20 +0000
(10:33 +0100)
src/budget_sync/main.py
patch
|
blob
|
history
diff --git
a/src/budget_sync/main.py
b/src/budget_sync/main.py
index 3024835939bb43d6a18620bceb606ad9a5f39e2d..c7abc430d13fda15472079342a203f7a29a3dfb8 100644
(file)
--- a/
src/budget_sync/main.py
+++ b/
src/budget_sync/main.py
@@
-54,7
+54,7
@@
def print_budget_then_children(indent, nodes, bug_id):
bug = nodes[bug_id]
print("bug #%5d %s budget %6s excltasks %6s s %s p %s" %
- (bug.bug.id, '
' * (indent*4)
,
+ (bug.bug.id, '
| ' * indent
,
str(bug.fixed_budget_including_subtasks),
str(bug.fixed_budget_excluding_subtasks),
str(bug.submitted_including_subtasks),