mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 01:09:13 +08:00
Fix spelling of occurred (#10792)
This commit is contained in:
@@ -340,7 +340,7 @@ class FunctionRunner(Trainable):
|
||||
except queue.Empty:
|
||||
pass
|
||||
|
||||
# check if error occured inside the thread runner
|
||||
# check if error occurred inside the thread runner
|
||||
if result is None:
|
||||
# only raise an error from the runner if all results are consumed
|
||||
self._report_thread_runner_error(block=True)
|
||||
|
||||
Reference in New Issue
Block a user