From 367acb880c09610cdd6dc7d9fb7cb05198b4533e Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 26 Oct 2009 18:00:37 +0000 Subject: [PATCH] package -> source 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 f329277a..d9da5c42 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.package, expected, rm, reason, len(packages), ", ".join(packages)) +""" % (trans, source.source, expected, rm, reason, len(packages), ", ".join(packages)) ################################################################################ -- 2.39.2