cloudviz / agentless-system-crawler

A tool to crawl systems like crawlers for the web
Apache License 2.0
117 stars 44 forks source link

Define basestring for Python 3 #321

Closed cclauss closed 7 years ago

cclauss commented 7 years ago

Also, avoid hardcoding the location of Python

Signed-off-by: Chris Clauss cclauss@bluewin.ch

codecov-io commented 7 years ago

Codecov Report

Merging #321 into master will decrease coverage by 0.03%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #321      +/-   ##
=========================================
- Coverage   88.93%   88.9%   -0.04%     
=========================================
  Files         115     115              
  Lines        4582    4586       +4     
=========================================
+ Hits         4075    4077       +2     
- Misses        507     509       +2
Impacted Files Coverage Δ
crawler/dockercontainer.py 91.82% <50%> (-0.67%) :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 47cf882...fff997a. Read the comment docs.