aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
Diffstat (limited to 'libbe')
-rw-r--r--libbe/diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/diff.py b/libbe/diff.py
index fb3cfea..7a1dbcc 100644
--- a/libbe/diff.py
+++ b/libbe/diff.py
@@ -70,7 +70,7 @@ def diff_report(diff_data, bug_dir):
if len(removed) > 0:
print "Removed bug reports:"
for bug in removed:
- print bug.string(bug, bugs, shortlist=True)
+ print bug.string(bugs, shortlist=True)
def change_lines(old, new, attributes):
change_list = []