The old implementation just printed the bug UUID (without the bugdir/
prefix). This lead to the command we suggest in `be target --help`:
$ be depend --status -closed,fixed,wontfix --severity -target \
$(be target --resolve)
failing with an invalid ID.
Reported-by: Michael Sperber <sperber@deinprogramm.de>
if bug == None:
print >> self.stdout, 'No target assigned.'
else:
- print >> self.stdout, bug.uuid
+ print >> self.stdout, bug.id.long_user()
return 0
bugdir,bug,comment = (
libbe.command.util.bugdir_bug_comment_from_user_id(