component-detection
component-detection copied to clipboard
Python: Log output of distutils execution in case of failure
It would be nice if the stderr of executing import distutils ...
here
was 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
This will be handled in conjuction with #108
Resolved with #1129.