diff options
Diffstat (limited to 'becommands/target.py')
-rw-r--r-- | becommands/target.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/target.py b/becommands/target.py index 527b16a..ec10ed6 100644 --- a/becommands/target.py +++ b/becommands/target.py @@ -53,7 +53,7 @@ def execute(args, test=False): if target and isinstance(target,str): print target return - bug = bd.bug_from_shortname(args[0]) + bug = cmdutil.bug_from_shortname(bd, args[0]) if len(args) == 1: if bug.target is None: print "No target assigned." |