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

Add only existing modules to imported_modules list #256

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

Bzero
Copy link
Contributor

@Bzero Bzero commented Nov 13, 2023

Should fix #254.

Modules were previously always added to the imported_modules list, this pull request changes this to only add them if the module can be read without error.

@sharkdp sharkdp merged commit 4893996 into sharkdp:master Nov 13, 2023
@sharkdp
Copy link
Owner

sharkdp commented Nov 13, 2023

Thank you very much for your contribution!

Changes are live on https://numbat.dev/

@Bzero Bzero deleted the fix_issue_254 branch December 17, 2023 01:37
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

Successfully merging this pull request may close these issues.

Attempting to use a non-existent module only results in error on first attempt
2 participants