diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-04-22 17:53:13 +0000 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-04-22 17:53:13 +0000 |
commit | 0c493b603acc58042c89e475354af25e4f82efed (patch) | |
tree | fd1bd61b8b97d00964acba7791b84fa4e40bc774 /becommands | |
parent | 29c24ffb276bfdcc625e680118c8e9f449b868e8 (diff) | |
download | bugseverywhere-0c493b603acc58042c89e475354af25e4f82efed.tar.gz |
Fixed style
Diffstat (limited to 'becommands')
-rw-r--r-- | becommands/list.py | 3 |
1 files changed, 2 insertions, 1 deletions
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, |