From: W. Trevor King Date: Sun, 16 Nov 2008 19:14:49 +0000 (-0500) Subject: Removed the empty bugs 14c and 38b. Fixed bug.string() call in libbe/diff.py. X-Git-Tag: 1.0.0~156 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45640a0b55cebe2a04c9a35f3864c541b2e78cc1;p=be.git Removed the empty bugs 14c and 38b. Fixed bug.string() call in libbe/diff.py. --- diff --git a/.be/bugs/14c65eab-b9f2-4d43-991d-2dac6c239fc4/values b/.be/bugs/14c65eab-b9f2-4d43-991d-2dac6c239fc4/values deleted file mode 100644 index 33cacf2..0000000 --- a/.be/bugs/14c65eab-b9f2-4d43-991d-2dac6c239fc4/values +++ /dev/null @@ -1,28 +0,0 @@ - - - -creator=abentley - - - - - - -severity=minor - - - - - - -status=closed - - - - - - -summary= - - - diff --git a/.be/bugs/38bd9b8a-3325-4ee5-bb75-600dfb415285/values b/.be/bugs/38bd9b8a-3325-4ee5-bb75-600dfb415285/values deleted file mode 100644 index 33cacf2..0000000 --- a/.be/bugs/38bd9b8a-3325-4ee5-bb75-600dfb415285/values +++ /dev/null @@ -1,28 +0,0 @@ - - - -creator=abentley - - - - - - -severity=minor - - - - - - -status=closed - - - - - - -summary= - - - 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 = []