mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 11:15:07 +01:00
oops
This commit is contained in:
parent
9dbf55839c
commit
21042dee17
1 changed files with 3 additions and 3 deletions
|
|
@ -225,9 +225,9 @@ def run(self, opts):
|
|||
exe = get_exe()
|
||||
for which in ('linux', 'macos', 'windows'):
|
||||
cmd = [exe, bypy, 'export'] + ['download.calibre-ebook.com:/srv/download/ci/calibre6'] + [which]
|
||||
ret = subprocess.Popen(cmd).wait()
|
||||
if ret != 0:
|
||||
raise SystemExit(ret)
|
||||
ret = subprocess.Popen(cmd).wait()
|
||||
if ret != 0:
|
||||
raise SystemExit(ret)
|
||||
|
||||
|
||||
class ExtDev(Command):
|
||||
|
|
|
|||
Loading…
Reference in a new issue