[SCM] morituri/master: fix output

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:04 UTC 2014


The following commit has been merged in the master branch:
commit 27030a9842bbc3b90160a00c1dcabfa0bfbbaadd
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun May 26 21:27:20 2013 +0200

    fix output

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.

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list