2021.4.1 #11

Merged
edraft merged 172 commits from 2021.04.01 into 2021.04 2021-03-21 20:04:24 +01:00
Showing only changes of commit 0b6b205819 - Show all commits

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: