diff options
Diffstat (limited to 'partedUtils.py')
-rw-r--r-- | partedUtils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py index 72527b2ee..6d2b7a147 100644 --- a/partedUtils.py +++ b/partedUtils.py @@ -741,7 +741,7 @@ class DiskSet: os.close(fd) os.execv(argList[0], argList) log("failed to exec %s", argList) - sys.exit(1) + os._exit(1) os.close(p[1]) |