docker-ce: not quitting when panic [ci skip]

Fixes: 28e9dd3
This commit is contained in:
Miao Wang 2025-11-16 01:19:54 +08:00
parent 61df7688d9
commit e8e5ce3f06

View File

@ -78,7 +78,7 @@ class RemoteSite:
except Exception as e:
print("Panic: failed to get file list")
traceback.print_exc()
sys.exit(1)
os._exit(1)
if not r.ok:
return