diff options
Diffstat (limited to 'becommands/show.py')
-rw-r--r-- | becommands/show.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/becommands/show.py b/becommands/show.py index 557c63a..ab1708f 100644 --- a/becommands/show.py +++ b/becommands/show.py @@ -33,7 +33,6 @@ def execute(args, manipulate_encodings=True, restrict_file_access=False): Severity : minor Status : open Assigned : - Target : Reporter : Creator : John Doe <jdoe@example.com> Created : ... @@ -171,7 +170,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 |