adding latest

This commit is contained in:
2021-11-03 20:48:40 +00:00
parent bfb4d7fd8f
commit 544c90eeed
5 changed files with 58 additions and 14 deletions

View File

@@ -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"
)