aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
Diffstat (limited to 'becommands')
-rw-r--r--becommands/show.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/show.py b/becommands/show.py
index 557c63a..cc43f9a 100644
--- a/becommands/show.py
+++ b/becommands/show.py
@@ -171,7 +171,7 @@ def output(ids, bd, as_xml=True, with_comments=True):
if as_xml:
lines.append(comment.xml(indent=4, shortname=bugname))
else:
- lines.append(comment.string(shortname=shortname))
+ lines.append(comment.string(shortname=bugname))
if spaces_left > 0:
spaces_left -= 1
lines.append('') # add a blank line between bugs/comments