mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:13:38 +02:00
...
This commit is contained in:
parent
99e6287ec1
commit
673c28f8aa
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ def check_for_errors(self):
|
|||
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…
Reference in a new issue