Show More
@@ -109,7 +109,7 b' def _posixworker(ui, func, staticargs, a' | |||
|
109 | 109 | def waitforworkers(): |
|
110 | 110 | for _ in pids: |
|
111 | 111 | st = _exitstatus(os.wait()[1]) |
|
112 | if st and not problem: | |
|
112 | if st and not problem[0]: | |
|
113 | 113 | problem[0] = st |
|
114 | 114 | killworkers() |
|
115 | 115 | t = threading.Thread(target=waitforworkers) |
General Comments 0
You need to be logged in to leave comments.
Login now