mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
99e6287ec1
commit
673c28f8aa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user