diff options
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, |