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

Remove duplicate method in InstallGenerator #339

Merged
merged 3 commits into from
Mar 8, 2024
Merged

Conversation

Spone
Copy link
Contributor

@Spone Spone commented Mar 15, 2023

There's no need to call inject_sorcery_to_model in the previous method, since the generators execute all public methods in order.

That's why we had an error in the logs: the method was called twice.

Close #265

There's no need to call `inject_sorcery_to_model` in the previous method, since the generators execute all public methods in order.
@Spone
Copy link
Contributor Author

Spone commented Nov 6, 2023

I fixed the conflict with `master. @joshbuker would you mind reviewing this?

@joshbuker joshbuker merged commit 3694994 into Sorcery:master Mar 8, 2024
6 checks passed
@Spone Spone deleted the patch-1 branch March 8, 2024 18:28
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.

Install generator gives an error
2 participants