aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
Diffstat (limited to 'libbe')
-rw-r--r--libbe/command/target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/target.py b/libbe/command/target.py
index 6cf9cc6..20ffb57 100644
--- a/libbe/command/target.py
+++ b/libbe/command/target.py
@@ -109,7 +109,7 @@ class Target (libbe.command.Command):
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(