Skip to content

Commit b4a088e

Browse files
Anon-Artistyou-n-g
authored andcommitted
Update cli.py
1 parent b348907 commit b4a088e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qlib/workflow/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def sys_config(config, config_path):
4444
# worflow handler function
4545
def workflow(config_path, experiment_name="workflow", uri_folder="mlruns"):
4646
with open(config_path) as fp:
47-
config = yaml.load(fp, Loader=yaml.Loader)
47+
config = yaml.load(fp, Loader=yaml.SafeLoader)
4848

4949
# config the `sys` section
5050
sys_config(config, config_path)

0 commit comments

Comments
 (0)