Python: Log output of distutils execution in case of failure #242
Labels
detector:pip
The pip detector
status:ready
Ready to start implementation
type:refactor
Refactoring or improving of existing code
It would be nice if the stderr of executing
import distutils ...
herewas logged in the case of a failure.
E.g. in my usecase this failed due to an import in setup.py not being present in the env that component-detection is running in but that error was silent and setup.py simply ignored
AB#2140981
The text was updated successfully, but these errors were encountered: