We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6c1aed + 7cd1b2a commit 4aac80fCopy full SHA for 4aac80f
scripts/atwf
@@ -78,7 +78,7 @@ def _get_wf(args, structure):
78
return func(structure)
79
80
else:
81
- d = yaml.load(default_yaml)
+ d = yaml.safe_load(default_yaml)
82
return get_wf_from_spec_dict(structure, d, args.common_param_updates)
83
84
0 commit comments