diff options
author | W. Trevor King <wking@drexel.edu> | 2008-11-14 00:03:04 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-11-14 00:03:04 -0500 |
commit | ae7cf46ed388d22aa380b96e540cafd830395daa (patch) | |
tree | 8806edadf09702af4bcc82e7abf487297e94ddca /becommands/list.py | |
parent | f64ed8e403cd33690f654ee62f9347681768cace (diff) | |
download | bugseverywhere-ae7cf46ed388d22aa380b96e540cafd830395daa.tar.gz |
Remove blank lines from `be list' output
Diffstat (limited to 'becommands/list.py')
-rw-r--r-- | becommands/list.py | 2 |
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, |