aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-11-14 00:03:04 -0500
committerW. Trevor King <wking@drexel.edu>2008-11-14 00:03:04 -0500
commitae7cf46ed388d22aa380b96e540cafd830395daa (patch)
tree8806edadf09702af4bcc82e7abf487297e94ddca
parentf64ed8e403cd33690f654ee62f9347681768cace (diff)
downloadbugseverywhere-ae7cf46ed388d22aa380b96e540cafd830395daa.tar.gz
Remove blank lines from `be list' output
-rw-r--r--becommands/list.py2
1 files changed, 1 insertions, 1 deletions
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,