payu-org / payu

A workflow management tool for numerical models on the NCI computing systems
Apache License 2.0
18 stars 26 forks source link

yaml loader deprecation #236

Closed navidcy closed 4 years ago

navidcy commented 4 years ago

I see the following warning

/g/data3/hh5/public/apps/miniconda3/envs/analysis3-20.01/lib/python3.7/site-packages/yamanifest/manifest.py:99:
YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated,
as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  self.header, self.data = yaml.load_all(file)
marshallward commented 4 years ago

Agreed, but this may be better resolved over at the yamanifest repo:

https://github.com/aidanheerdegen/yamanifest

aidanheerdegen commented 4 years ago

Agreed. Made an issue. Will close both when fixed.