mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
10dfa877d2
commit
9a3e3ad146
@ -592,6 +592,7 @@ def extract_tarball(raw, destdir):
|
|||||||
p.stdin.close()
|
p.stdin.close()
|
||||||
if p.wait() != 0:
|
if p.wait() != 0:
|
||||||
prints('Extracting of application files failed with error code: %s' % p.returncode)
|
prints('Extracting of application files failed with error code: %s' % p.returncode)
|
||||||
|
raise SystemExit(1)
|
||||||
|
|
||||||
def get_tarball_info():
|
def get_tarball_info():
|
||||||
global signature, calibre_version
|
global signature, calibre_version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user