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 e43cfb9..6c942fe 100644 --- a/becommands/show.py +++ b/becommands/show.py @@ -72,7 +72,7 @@ def execute(args, test=False): 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) |