Skip to content

Commit 4aac80f

Browse files
authored
Merge pull request #750 from jmmshn/patch-1
atwf add POSCAR not working
2 parents d6c1aed + 7cd1b2a commit 4aac80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/atwf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _get_wf(args, structure):
7878
return func(structure)
7979

8080
else:
81-
d = yaml.load(default_yaml)
81+
d = yaml.safe_load(default_yaml)
8282
return get_wf_from_spec_dict(structure, d, args.common_param_updates)
8383

8484

0 commit comments

Comments
 (0)