Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix --load being able to load a single check multiple times #86

Merged
merged 1 commit into from
Oct 29, 2022

Conversation

dosisod
Copy link
Owner

@dosisod dosisod commented Oct 29, 2022

When loading the checks, we did not check that to see if that specific module had been loaded already, meaning you could the same check twice on accident. This also applies to nested modules. For example, loading the module "a.b.c" does nothing if "a" or "a.b" has already been loaded.

When loading the checks, we did not check that to see if that specific module
had been loaded already, meaning you could the same check twice on accident.
This also applies to nested modules. For example, loading the module "a.b.c"
does nothing if "a" or "a.b" has already been loaded.
@dosisod dosisod merged commit 13d73c4 into master Oct 29, 2022
@dosisod dosisod deleted the dedupe-loader branch October 29, 2022 21:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant