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

Avoid init of parsers twice #486

Merged
merged 1 commit into from
May 24, 2024
Merged

Avoid init of parsers twice #486

merged 1 commit into from
May 24, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented May 24, 2024

Currently parsers are being created twice, once in CLI main and once in the run module.

This change moves it only in the run module.

Currently parsers are being created twice, once in
CLI main and once in the run module.

This change moves it only in the run module.

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
@ericwb ericwb merged commit 385ffa4 into securesauce:main May 24, 2024
7 checks passed
@ericwb ericwb deleted the two_parsers branch May 24, 2024 01:00
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.

1 participant