Skip to content
#

config-management

Here are 137 public repositories matching this topic...

mgmt
silvanmelchior
silvanmelchior commented Oct 20, 2021

If validation of a config class fails, the exception is raised by pydantic and not touched by confz at all. At the same time, confz might raise exceptions if the config could not be loaded or merged in the first place (e.g. a missing config file). Thus, the user has to catch both exceptions to react accordingly.

An alternative would be if confz catches the error of pydantic and raises its own e

Improve this page

Add a description, image, and links to the config-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the config-management topic, visit your repo's landing page and select "manage topics."

Learn more