mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
_initappimage in site.py
This commit is contained in:
@@ -46,4 +46,6 @@ def docker_run(image, extra_cmds):
|
||||
p = subprocess.Popen(cmd, shell=True)
|
||||
p.communicate()
|
||||
if p.returncode != 0:
|
||||
if p.returncode == 139:
|
||||
sys.stderr.write("segmentation fault when running Docker (139)\n")
|
||||
sys.exit(p.returncode)
|
||||
|
||||
Reference in New Issue
Block a user