We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afed90f commit 7b9c68fCopy full SHA for 7b9c68f
tests/integrations/ray/test_ray.py
@@ -61,9 +61,7 @@ def read_error_from_log(job_id, ray_temp_dir):
61
for f in os.listdir(log_dir)
62
if "worker" in f and job_id in f and f.endswith(".out")
63
][0]
64
- print()
65
- print(">>>>>>", log_file)
66
+
67
with open(os.path.join(log_dir, log_file), "r") as file:
68
lines = file.readlines()
69
0 commit comments