Open JeppeJonHolt opened 3 years ago
yaml.load is now deprecated and will not work without additional parameters. I have replaced it with yaml.safe_load which is equivalent and does not require additional changes to the code. https://github.com/bioconda/bioconda-utils/issues/462
yaml.load is now deprecated and will not work without additional parameters. I have replaced it with yaml.safe_load which is equivalent and does not require additional changes to the code. https://github.com/bioconda/bioconda-utils/issues/462