Unzip should not ask any questions.
This commit is contained in:
parent
72d021b9b4
commit
39aca0154d
@ -115,7 +115,7 @@ class Bundle:
|
|||||||
# Windows/UNIX mappings, extension attributes, deprecated
|
# Windows/UNIX mappings, extension attributes, deprecated
|
||||||
# features, etc makes it impractical.
|
# features, etc makes it impractical.
|
||||||
# FIXME: use manifest
|
# FIXME: use manifest
|
||||||
if os.spawnlp(os.P_WAIT, 'unzip', 'unzip', self._path,
|
if os.spawnlp(os.P_WAIT, 'unzip', 'unzip', '-o', self._path,
|
||||||
'-x', 'mimetype', '-d', install_dir):
|
'-x', 'mimetype', '-d', install_dir):
|
||||||
raise ZipExtractException
|
raise ZipExtractException
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user