mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-17 09:04:50 +01:00
...
This commit is contained in:
parent
a2578335c8
commit
214643208d
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ def modified_translations(self):
|
|||
def run(self, opts):
|
||||
if not self.modified_translations:
|
||||
subprocess.check_call(['bzr', 'merge', self.BRANCH])
|
||||
subprocess.check_call(['bzr', 'resolve', '--take-other'])
|
||||
self.check_for_errors()
|
||||
|
||||
if self.modified_translations:
|
||||
|
|
|
|||
Loading…
Reference in a new issue