18F / domain-scan

A lightweight pipeline, locally or in Lambda, for scanning things like HTTPS, third party service use, and web accessibility.
Other
370 stars 137 forks source link

Change all occurances of logging.warn() to logging.warning(). #274

Closed jsf9k closed 6 years ago

jsf9k commented 6 years ago

logging.warn() has long been deprecated, and it causes python 3.7 prints a gazillion warning messages.

jsf9k commented 6 years ago

Once #275 gets merged, just merge in master and the CircleCI build should pass.

IanLee1521 commented 6 years ago

Beat me to it!

I was waiting for the build and didn't make it back fast enough... :)