lcov-to-cobertura-xml icon indicating copy to clipboard operation
lcov-to-cobertura-xml copied to clipboard

Fix modulenotfound exception with disutil

Open chinloyal opened this issue 2 years ago • 0 comments

The package distutils is deprecated and slated for removal in Python 3.12. We are using the function find_executable that belongs to that package. We should instead be using which from the package shutil.

chinloyal avatar Nov 07 '23 14:11 chinloyal