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

feature(utils): Rounds out updating configuration #120

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

ns-rse
Copy link
Contributor

@ns-rse ns-rse commented Dec 13, 2024

Main function update_config() was already in place, this rounds it out by converting the values associated with the
keys base_dir and output_dir to be objects of type Path so they are easy to use in subsequent processing.

Will have to ensure in each processor function that after the configuration is loaded a call is made to
utils.update_config() so that values get updated.

Main function `update_config()` was already in place, this rounds it out by converting the values associated with the
keys `base_dir` and `output_dir` to be objects of type `Path` so they are easy to use in subsequent processing.

Will have to ensure in each processor function that after the configuration is loaded a call is made to
`utils.update_config()` so that values get updated.
@ns-rse ns-rse merged commit 3a36926 into main Dec 13, 2024
8 checks passed
@ns-rse ns-rse deleted the ns-rse/119-update-config branch December 13, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant