mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-28 22:48:18 +03:00
proton: Correctly Popen.communicate() with timeout.
This commit is contained in:
parent
9f209e9091
commit
9aa92b8b13
2
proton
2
proton
@ -1541,7 +1541,7 @@ class Session:
|
|||||||
if remote_debug_proc:
|
if remote_debug_proc:
|
||||||
remote_debug_proc.kill()
|
remote_debug_proc.kill()
|
||||||
try:
|
try:
|
||||||
remote_debug_proc.communicate(2)
|
remote_debug_proc.communicate(timeout=2)
|
||||||
except subprocess.TimeoutExpired:
|
except subprocess.TimeoutExpired:
|
||||||
log("terminate remote debugger")
|
log("terminate remote debugger")
|
||||||
remote_debug_proc.terminate()
|
remote_debug_proc.terminate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user