From 673c28f8aa46ee5b3bd3976e64784724778b5d54 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 12 Jun 2014 20:47:59 +0530 Subject: [PATCH] ... --- setup/translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/translations.py b/setup/translations.py index 074fc8dabf..438162e3b2 100644 --- a/setup/translations.py +++ b/setup/translations.py @@ -313,7 +313,7 @@ class GetTranslations(Translations): # {{{ lc = os.path.basename(f).rpartition('.')[0] languages.append(lc) if languages: - print('Pushing fixes for languages: %s', ', '.join(languages)) + print('Pushing fixes for languages: %s' % (', '.join(languages))) self.tx('push -r calibre.main -t -l ' + ','.join(languages)) return True return False