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 inconsistency in fix_need(s) method names for modules vs module_arrays #7

Open
graysonhead opened this issue Jul 19, 2019 · 0 comments

Comments

@graysonhead
Copy link
Owner

modules call this method "fix_needs" and receive a list of needs, wheras sub_modules receive a single need at a time and the method is called "fix_need".

These sub_module's logic should be adjusted so that it functions in the same way as a regular module for logical consistency. This will also mean adjusting the behavior of all sub_providers.

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