mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:44:07 +08:00
[Hotfix] fix bug about code_search_path in JobConfig (#10666)
This commit is contained in:
@@ -33,6 +33,8 @@ class JobConfig:
|
||||
self.jvm_options = jvm_options
|
||||
if code_search_path is None:
|
||||
self.code_search_path = []
|
||||
else:
|
||||
self.code_search_path = code_search_path
|
||||
|
||||
def serialize(self):
|
||||
job_config = ray.gcs_utils.JobConfig()
|
||||
|
||||
Reference in New Issue
Block a user