diff options
Diffstat (limited to 'becommands/show.py')
-rw-r--r-- | becommands/show.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/show.py b/becommands/show.py index b7bfe78..bb16fe5 100644 --- a/becommands/show.py +++ b/becommands/show.py @@ -73,7 +73,7 @@ def execute(args, manipulate_encodings=True): is_comment = False if is_comment == True and options.comments == False: continue - bug = bd.bug_from_shortname(bugname) + bug = cmdutil.bug_from_shortname(bd, bugname) if is_comment == False: if options.XML: print bug.xml(show_comments=options.comments) |