X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Ftransitions.py;fp=dak%2Ftransitions.py;h=9aaed6247f26e9f9e418056a8115e5287a2445a1;hb=cff72b254f1fe8685609753bc891c6079d2f0d7e;hp=d9da5c420b5906062d5853bf28b27245667c69ba;hpb=119b74a84a46f63ed37f216cde4eec1c439b4158;p=dak.git 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 "-------------------------------------------------------------------------" ################################################################################