mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
oops
This commit is contained in:
parent
ca2003b405
commit
74600b7c07
@ -225,9 +225,9 @@ class ExportPackages(Command):
|
||||
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…
x
Reference in New Issue
Block a user