mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 17:54:47 +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()
|
exe = get_exe()
|
||||||
for which in ('linux', 'macos', 'windows'):
|
for which in ('linux', 'macos', 'windows'):
|
||||||
cmd = [exe, bypy, 'export'] + ['download.calibre-ebook.com:/srv/download/ci/calibre6'] + [which]
|
cmd = [exe, bypy, 'export'] + ['download.calibre-ebook.com:/srv/download/ci/calibre6'] + [which]
|
||||||
ret = subprocess.Popen(cmd).wait()
|
ret = subprocess.Popen(cmd).wait()
|
||||||
if ret != 0:
|
if ret != 0:
|
||||||
raise SystemExit(ret)
|
raise SystemExit(ret)
|
||||||
|
|
||||||
|
|
||||||
class ExtDev(Command):
|
class ExtDev(Command):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue