We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f506459 commit d89a8d3Copy full SHA for d89a8d3
pythonforandroid/recipe.py
@@ -425,7 +425,7 @@ def unpack(self, arch):
425
if extraction_filename.endswith('.zip'):
426
try:
427
sh.unzip(extraction_filename)
428
- except sh.ErrorReturnCode_1:
+ except (sh.ErrorReturnCode_1, sh.ErrorReturnCode_2):
429
pass # return code 1 means unzipping had
430
# warnings but did complete,
431
# apparently happens sometimes with
0 commit comments