Skip to content

Commit

Permalink
yaml fix take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesob committed Sep 23, 2023
1 parent 6239727 commit 2a8120a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def load(content: t.Union[Path, str]) -> Config:
if isinstance(content, Path):
content = content.read_text()

return Config(**yaml.load(content))
return Config(**yaml.load(content, Loader=yaml.Loader))


def link_latest_run(conf: Config):
Expand Down

0 comments on commit 2a8120a

Please sign in to comment.