mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-02 22:51:14 +00:00

The ImportError or ModuleNotFoundError might be raised without specifying a module name. In this not so common situation, re-raise the exception to print all the information that could assist in identifying the problem. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>