diff options
Diffstat (limited to 'becommands/assign.py')
-rw-r--r-- | becommands/assign.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/assign.py b/becommands/assign.py index ba79aac..7b32bdd 100644 --- a/becommands/assign.py +++ b/becommands/assign.py @@ -55,6 +55,7 @@ def execute(args, manipulate_encodings=True): raise cmdutil.UsageError("Too many arguments.") bd = bugdir.BugDir(from_disk=True, manipulate_encodings=manipulate_encodings) + bug = cmdutil.bug_from_shortname(bd, args[0]) bug = bd.bug_from_shortname(args[0]) if len(args) == 1: bug.assigned = bd.user_id |