Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto module catches all ImportErrors #1

Open
cmmartti opened this issue Jun 2, 2018 · 0 comments
Open

auto module catches all ImportErrors #1

cmmartti opened this issue Jun 2, 2018 · 0 comments

Comments

@cmmartti
Copy link
Owner

cmmartti commented Jun 2, 2018

The auto module silently catches all ImportErrors that occur past that point, even ones that happen in other modules. For example, if the auto module is trying to import module A in the try block, but module A tries to import a non-existent module X, module A is silently skipped.

@cmmartti cmmartti changed the title automodule catches all ImportErrors auto module catches all ImportErrors Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant