ISISComputingGroup / lewis-ess

Let's write intricate simulators!
GNU General Public License v3.0
21 stars 19 forks source link

Switched to yaml.safe_load instead of yaml.load #266

Closed MikeHart85 closed 6 years ago

MikeHart85 commented 6 years ago

As recommended by @MichaelWedel.

Just slightly safer, since it is stricter about only allowing plain YAML. See also PyYAML Docs.