From: Mark Hymers Date: Mon, 26 Oct 2009 17:59:15 +0000 (+0000) Subject: show the package name, not the object repr X-Git-Tag: debian-r/squeeze~1019^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=be753b4845678270ee3b3282c6218d5b511fba0c;p=dak.git show the package name, not the object repr Signed-off-by: Mark Hymers --- diff --git a/dak/transitions.py b/dak/transitions.py index 81737bcf..f329277a 100755 --- a/dak/transitions.py +++ b/dak/transitions.py @@ -511,7 +511,7 @@ New Version: %s Responsible: %s Description: %s Blocked Packages (total: %d): %s -""" % (trans, source, expected, rm, reason, len(packages), ", ".join(packages)) +""" % (trans, source.package, expected, rm, reason, len(packages), ", ".join(packages)) ################################################################################