jonhadfield / python-hosts

a hosts file manager library written in python
MIT License
125 stars 33 forks source link

Fix deprecation warnings due to invalid escape sequences. #32

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

Fixes #28

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 97eadf3eae8e07969d6f4b3458947140e1d9bafc on tirkarthi:fix-deprecation-warnings into 804f88a608b731e3534eb917d31565c3eff90816 on jonhadfield:devel.

codecov-commenter commented 4 years ago

Codecov Report

Merging #32 into devel will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             devel       #32   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          308       308           
=========================================
  Hits           308       308           
Impacted Files Coverage Δ
python_hosts/hosts.py 100.00% <ø> (ø)
python_hosts/utils.py 100.00% <100.00%> (ø)

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 804f88a...97eadf3. Read the comment docs.

tirkarthi commented 4 years ago

Thanks @jonhadfield