pytroll / pytroll-collectors

Collector modules for Pytroll
GNU General Public License v3.0
3 stars 18 forks source link

Replace `yaml.load()` with `yaml.safe_load()` in `zipcollector_runner.py` #97

Closed pnuu closed 3 years ago

pnuu commented 3 years ago

Pyyaml 6.0 removed the usage of yaml.load() without the Loader defined. This PR replaces the lone use of yaml.load() with yaml.safe_load() in zipcollector_runner.py.

codecov[bot] commented 3 years ago

Codecov Report

Merging #97 (a0cf0dd) into main (72e5a9d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   85.79%   85.79%           
=======================================
  Files          23       23           
  Lines        3210     3210           
=======================================
  Hits         2754     2754           
  Misses        456      456           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 72e5a9d...a0cf0dd. Read the comment docs.