mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-11 03:34:27 +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>