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

Refactor ini serializer #104

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Conversation

aaraney
Copy link
Member

@aaraney aaraney commented Mar 8, 2024

Move IniSerializer.to_ini_str's flag handling logic to a private method, IniSerializer._to_ini_str. This should make it easier for subtypes to override to_ini_str without the need to introduce other flags.

ngen.init_config -- 0.0.6

Changes

  • Made it easier to override IniSerializer behavior.

move `to_ini_str`'s flag handling logic to a private method. this should
make it easier for subtypes to override `to_ini_str` without the need to
introduce other flags.
@aaraney aaraney merged commit 3b02595 into NOAA-OWP:master Mar 8, 2024
13 checks passed
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.

2 participants