mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 20:38:54 +00:00
Merge branch 'master' of github.com:nvbn/thefuck
This commit is contained in:
commit
2f1460120e
@ -62,7 +62,7 @@ def wait_output(settings, popen):
|
||||
proc.wait(settings.wait_command)
|
||||
return True
|
||||
except TimeoutExpired:
|
||||
for child in proc.get_children(recursive=True):
|
||||
for child in proc.children(recursive=True):
|
||||
child.kill()
|
||||
proc.kill()
|
||||
return False
|
||||
|
Loading…
x
Reference in New Issue
Block a user