summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-10-13 17:12:10 -0400
committerWill Woods <wwoods@redhat.com>2008-10-13 17:12:10 -0400
commit1224a5fadd9d16c9a74e3c3837a6d6315008d343 (patch)
tree5494c71c427ba065319f28ef01f8935ffe1a448d
parenta717ea885beeb87b5d6b5a6a5fecf6f5d486ec78 (diff)
parent44e2ef0b233c23692d7579876b946e1a58309cef (diff)
downloadpython-bugzilla-1224a5fadd9d16c9a74e3c3837a6d6315008d343.tar.gz
python-bugzilla-1224a5fadd9d16c9a74e3c3837a6d6315008d343.tar.xz
python-bugzilla-1224a5fadd9d16c9a74e3c3837a6d6315008d343.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/python-bugzilla
-rwxr-xr-xbin/bugzilla2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bugzilla b/bin/bugzilla
index 40c0d08..515a30b 100755
--- a/bin/bugzilla
+++ b/bin/bugzilla
@@ -472,7 +472,7 @@ def main():
if b.blocked: print "Blocked: %s" % " ".join([str(i) for i in b.blocked])
if b.dependson: print "Depends: %s" % " ".join([str(i) for i in b.dependson])
for c in b.longdescs:
- print "* %s - %s (%s):\n%s\n" % (c['time'],c['name'],c['email'] or c['safe_email'],c['body'])
+ print "* %s - %s (%s):\n%s\n" % (c['time'],c['author'],c['email'] or c['safe_email'],c['body'])
elif opt.output == 'normal':
for b in buglist:
print b