Closed jonathansick closed 4 years ago
Technote configuration now uses yaml.safe_load instead of yaml.load. See the pyyaml docs for details.
yaml.safe_load
yaml.load
See #73 for the mainline PR.
Closes #63
Technote configuration now uses
yaml.safe_load
instead ofyaml.load
. See the pyyaml docs for details.See #73 for the mainline PR.
Closes #63