From be753b4845678270ee3b3282c6218d5b511fba0c Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 26 Oct 2009 17:59:15 +0000 Subject: [PATCH] show the package name, not the object repr Signed-off-by: Mark Hymers --- dak/transitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) ################################################################################ -- 2.39.2