chaostoolkit-lib
chaostoolkit-lib copied to clipboard
chore: Logs the import exception in the python provider
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