From ae7cf46ed388d22aa380b96e540cafd830395daa Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 14 Nov 2008 00:03:04 -0500 Subject: Remove blank lines from `be list' output --- becommands/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/becommands/list.py b/becommands/list.py index d745702..cf06ccd 100644 --- a/becommands/list.py +++ b/becommands/list.py @@ -83,7 +83,7 @@ def execute(args): print cmdutil.underlined(title) for bug in cur_bugs: print cmdutil.bug_summary(bug, all_bugs, no_target=no_target, - shortlist=True) + shortlist=True), list_bugs(my_target_bugs, "Bugs assigned to you for target %s" % tree.target, -- cgit