mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 19:13:40 +02:00
Pull translations in parallel
This commit is contained in:
parent
acb42d737d
commit
2a928a25f9
1 changed files with 1 additions and 1 deletions
|
|
@ -692,7 +692,7 @@ def run(self, opts):
|
|||
if opts.check_for_errors:
|
||||
self.check_all()
|
||||
return
|
||||
self.tx('pull -a')
|
||||
self.tx('pull -a --parallel --no-interactive')
|
||||
if not self.is_modified:
|
||||
self.info('No translations were updated')
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue