Why does ipdb make an unexplained error disappear?
I have a script that imports a module located in the plugins
folder. When I run my script, I get the ModuleNotFoundError error (note that I use import) even though the module exists and I can import it with a basic import plugins
.