From 27030a9842bbc3b90160a00c1dcabfa0bfbbaadd Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 26 May 2013 21:27:20 +0200 Subject: [PATCH] fix output --- morituri/common/program.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/morituri/common/program.py b/morituri/common/program.py index af17c92..eecf90d 100644 --- a/morituri/common/program.py +++ b/morituri/common/program.py @@ -355,7 +355,8 @@ class Program(log.Loggable): metadatas[0].title.encode('utf-8')) elif not metadatas: self._stdout.write( - 'Requested release id %s but none match' % release) + "Requested release id '%s', " + "but none of the found releases match\n" % release) return else: # Select the release that most closely matches the duration.