mirror of
https://github.com/ARM-software/devlib.git
synced 2025-03-20 16:47:50 +00:00
Commit 28891a82 made it easier to debug issues during walk_modules by attaching the specific name of the module being loaded to the exception. However, the error may not originite in the imported module, but one of the modules that module itself is importing. To further facilitate debugging, exc_info (which contains the traceback) for the orginal ImportError is now also attached to the raised HostError.