"""
bug = nodes[bug_id]
- print("bug #%5d %sbudget %5s excltasks %5s sub_tot %s paid_tot %s" %
+ print("bug #%5d %s budget %6s excltasks %6s s %s p %s" %
(bug.bug.id, ' ' * (indent*4),
str(bug.fixed_budget_including_subtasks),
str(bug.fixed_budget_excluding_subtasks),
str(bug.submitted_including_subtasks),
str(bug.paid_including_subtasks)))
-
# print(repr(bug))
+
for child in bug.immediate_children:
if (str(child.budget_including_subtasks) == "0" and
str(child.budget_excluding_subtasks) == "0"):