Wait for patch process to exit
Bump to 1.2.9-2
This commit is contained in:
@ -12,6 +12,7 @@ class LinuxUtils:
|
||||
"""Execute a command using pkexec (friendly gui)
|
||||
"""
|
||||
rsp = await asyncio.create_subprocess_exec(*args)
|
||||
await rsp.wait()
|
||||
match rsp.returncode:
|
||||
case 127:
|
||||
raise OSError("Authentication failed.")
|
||||
|
||||
Reference in New Issue
Block a user