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

Fix traceback from usage of importlib.import_module #406

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Apr 2, 2024

If the name part of the parameter to import_module cannot be determined (in this case it was None), the code should not attempt to continue or put in symbol table.

Fixes #405

If the name part of the parameter to import_module cannot be
determined (in this case it was None), the code should not attempt
to continue or put in symbol table.

Fixes securesauce#405

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
@ericwb ericwb merged commit ce9e9ed into securesauce:main Apr 2, 2024
7 checks passed
@ericwb ericwb deleted the importlib branch April 2, 2024 17:29
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.

Traceback on usage of importlib
1 participant