etingof / pysmi

SNMP MIB parser
http://snmplabs.com/pysmi/
BSD 2-Clause "Simplified" License
137 stars 52 forks source link

Fix deprecation warnings due to invalid escape sequences. #56

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

Fixes #55

codecov-io commented 4 years ago

Codecov Report

Merging #56 into master will decrease coverage by 0.33%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage    74.1%   73.77%   -0.34%     
==========================================
  Files          32       32              
  Lines        2379     2379              
==========================================
- Hits         1763     1755       -8     
- Misses        616      624       +8
Impacted Files Coverage Δ
pysmi/codegen/intermediate.py 85.47% <100%> (ø) :arrow_up:
pysmi/error.py 80.55% <0%> (-11.12%) :arrow_down:
pysmi/reader/zipreader.py 78.37% <0%> (-3.61%) :arrow_down:

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 2721cba...e098a56. Read the comment docs.

etingof commented 4 years ago

Indeed, thank you!