From: Aaron Bentley Date: Fri, 22 Apr 2005 17:53:13 +0000 (+0000) Subject: Fixed style X-Git-Tag: 1.0.0~299 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c493b603acc58042c89e475354af25e4f82efed;p=be.git Fixed style --- diff --git a/becommands/list.py b/becommands/list.py index 7c0f8de..ecd597b 100644 --- a/becommands/list.py +++ b/becommands/list.py @@ -66,7 +66,8 @@ def execute(args): if len(cur_bugs) > 0: print cmdutil.underlined(title) for bug in cur_bugs: - print cmdutil.bug_summary(bug, all_bugs, no_target=no_target, shortlist=True) + print cmdutil.bug_summary(bug, all_bugs, no_target=no_target, + shortlist=True) list_bugs(my_target_bugs, "Bugs assigned to you for target %s" % tree.target,