This commit is contained in:
Kovid Goyal 2014-06-12 20:47:59 +05:30
parent 99e6287ec1
commit 673c28f8aa

View File

@ -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