This commit is contained in:
Brandon Bertelsen
2019-07-06 18:05:50 -05:00
committed by Philipp Moritz
parent 0448847a02
commit c04b69902c
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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")