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
Closes #63
✅ Verified that it works with real technotes.
Technote configuration now uses
yaml.safe_load
instead ofyaml.load
. See the pyyaml docs for details.Closes #63