Merge branch 'master' into feature/faster_shutdown

This commit is contained in:
Oleksii Kliukin
2015-09-02 14:16:04 +02:00
-1
View File
@@ -101,7 +101,6 @@ def reap_children():
try:
while True:
ret = os.waitpid(-1, os.WNOHANG)
print ret
if ret == (0, 0):
break
except OSError: