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(plugins): Load default configuration, if nothing else is there. #88

Conversation

pekasen
Copy link
Member

@pekasen pekasen commented Sep 10, 2024

Problem:

Loading a plugin only by str – its name – the manager returns the function without applying the default configuration. This leads to a situation where, if the project config states only the plugins name, thus, loading the plugin with not overriding configuration, depending on the plugin, the spiderexpress to raise and quit.

@pekasen pekasen merged commit 78bd0ee into trunk Sep 10, 2024
3 checks passed
@pekasen pekasen deleted the 87-fixplugins-pass-in-default-configuration-dict-if-no-overriding-values-are-set branch September 10, 2024 12:26
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.

fix(plugins): pass in default configuration dict if no overriding values are set
1 participant