提交 cff72b25 编写于 作者: M Mark Hymers

why do people want readable messages?

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 119b74a8
...@@ -549,7 +549,7 @@ def transition_info(transitions): ...@@ -549,7 +549,7 @@ def transition_info(transitions):
print "This transition is still ongoing, we currently have version %s" % (source.version) print "This transition is still ongoing, we currently have version %s" % (source.version)
else: else:
print "This transition is over, the target package reached testing, should be removed" 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 "-------------------------------------------------------------------------" print "-------------------------------------------------------------------------"
################################################################################ ################################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册