From cff72b254f1fe8685609753bc891c6079d2f0d7e Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 26 Oct 2009 18:09:50 +0000 Subject: [PATCH] why do people want readable messages? 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 d9da5c42..9aaed624 100755 --- a/dak/transitions.py +++ b/dak/transitions.py @@ -549,7 +549,7 @@ def transition_info(transitions): print "This transition is still ongoing, we currently have version %s" % (source.version) else: print "This transition is over, the target package reached testing, should be removed" - print "%s wanted version: %s, has %s" % (source, expected, source.version) + print "%s wanted version: %s, has %s" % (source.source, expected, source.version) print "-------------------------------------------------------------------------" ################################################################################ -- 2.39.2