This commit is contained in:
Kovid Goyal 2014-03-04 07:41:45 +05:30
parent 10dfa877d2
commit 9a3e3ad146

View File

@ -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