mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-23 00:25:44 +00:00
adding latest
This commit is contained in:
@@ -141,9 +141,6 @@ def _new_get_config_scope(scope: str) -> dict:
|
||||
if key_error.args[0] in optional_keys:
|
||||
config_scope.update({key_error.args[0]: None})
|
||||
continue
|
||||
tembo.cli.logger.critical(
|
||||
"Key %s not found in config. yml - exiting", key_error
|
||||
)
|
||||
raise exceptions.MandatoryKeyNotFound(
|
||||
f"Key {key_error} not found in config.yml"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user