mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
10dfa877d2
commit
9a3e3ad146
1 changed files with 1 additions and 0 deletions
|
|
@ -592,6 +592,7 @@ def extract_tarball(raw, destdir):
|
|||
p.stdin.close()
|
||||
if p.wait() != 0:
|
||||
prints('Extracting of application files failed with error code: %s' % p.returncode)
|
||||
raise SystemExit(1)
|
||||
|
||||
def get_tarball_info():
|
||||
global signature, calibre_version
|
||||
|
|
|
|||
Loading…
Reference in a new issue