mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 11:27:06 +08:00
[Core] Log monitor multidriver (#8953)
This commit is contained in:
@@ -130,7 +130,9 @@ def run_string_as_driver_nonblocking(driver_script):
|
||||
f.write(driver_script.encode("ascii"))
|
||||
f.flush()
|
||||
return subprocess.Popen(
|
||||
[sys.executable, f.name], stdout=subprocess.PIPE)
|
||||
[sys.executable, f.name],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE)
|
||||
|
||||
|
||||
def flat_errors():
|
||||
|
||||
Reference in New Issue
Block a user