msanders / cider

Hassle-free bootstrapping with Homebrew.
https://pypi.python.org/pypi/cider/
MIT License
840 stars 25 forks source link

Fix #47: Deprecation Warning, #50: Attribute Error, #49: Runtime Error #48

Closed kishansairam9 closed 5 years ago

kishansairam9 commented 5 years ago

47 : Change yaml.load to yaml.safe_load

50 : Replace e.message to e

49 : Use list to store to delete keys and then delete those keys from dict while iterating over the list

kishansairam9 commented 5 years ago

@msanders Please review this pull request

msanders commented 5 years ago

Looks good, thanks!