chaostoolkit / chaostoolkit-lib

The Chaos Toolkit core library
https://chaostoolkit.org/
Apache License 2.0
77 stars 46 forks source link

chore: Logs the import exception in the python provider #272

Open cdsre opened 6 months ago

cdsre commented 6 months ago

when a module fails to import currently a log message will be output advising that it failed to load module X during activity Y. However this gives no real feedback to the caller about why the import failed. This is to help aid debugging the underlying cause as raised in issue #271