harvard-nrg / lochness

Download your data to a data lake.
Other
5 stars 2 forks source link

python3.7 loading configuration raises warning #2

Closed sguthrie closed 5 years ago

sguthrie commented 5 years ago
.../lib/python3.7/site-packages/lochness/config/__init__.py:44: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  cfg = yaml.load(fp.read())
sguthrie commented 5 years ago

Fixed by @tokeefe: 927e543deabcc6c8b495a8b2685f30de92decce5