We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aaeb6c commit 320a6d2Copy full SHA for 320a6d2
1 file changed
bin/bugzilla
@@ -664,7 +664,7 @@ def _format_output(bz, opt, buglist):
664
val = ""
665
for c in getattr(b, "comments", []):
666
val += ("\n* %s - %s:\n%s\n" %
667
- (c['time'], c['author'], c['text']))
+ (c['time'], c.get("creator", ""), c['text']))
668
669
elif fieldname == "__unicode__":
670
val = b.__unicode__()
0 commit comments