commit | 6633d756a2c22575ab38e693866d32a201eb6015 | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Sun Feb 02 13:04:39 2020 +0100 |
committer | Michael W <baddaemon87@gmail.com> | Sun Mar 22 17:57:42 2020 +0100 |
tree | 58c5250baad62d610b9c16d5194af0292a893364 | |
parent | d92961a923f078f9446adda8191c320e0856c50c [diff] |
crowdin: PyYAML yaml.load(input) deprecation * YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details * Use yaml.safe_load(input) instead - we only use a small subset of YAML so this works as expected * Test: Compared the results of yaml.load() and yaml.safe_load() Change-Id: I8dc2006ac8e15f8d86cc75ae0d7853d032d60f54