You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Tentative to stabilize waiting for processes
This commit is contained in:
@@ -79,7 +79,7 @@ class SeparateProcess(object):
|
||||
f.write(line)
|
||||
|
||||
# Write the return code
|
||||
self.p.poll()
|
||||
self.p.wait()
|
||||
returncode = self.p.returncode
|
||||
|
||||
# Cleanup
|
||||
|
||||
Reference in New Issue
Block a user