mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
committed by
Philipp Moritz
parent
0448847a02
commit
c04b69902c
@@ -133,7 +133,7 @@ class Dashboard(object):
|
||||
try:
|
||||
with open(
|
||||
Path("~/ray_bootstrap_config.yaml").expanduser()) as f:
|
||||
cfg = yaml.load(f)
|
||||
cfg = yaml.load(f, Loader=yaml.FullLoader)
|
||||
except Exception:
|
||||
return await json_response(error="No config")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user