This commit is contained in:
Sven Heidemann 2021-03-10 21:42:59 +01:00
parent db34f62fde
commit 0b6b205819

View File

@ -253,7 +253,7 @@ class Configuration(ConfigurationABC):
return self._hosting_environment.customer
if search_type not in self._config:
raise Exception(f'Config model by type {search_type} not found')
return None
for config_model in self._config:
if config_model == search_type: