New Model, Many Changes

This commit is contained in:
Si11ium
2020-11-21 09:28:25 +01:00
parent 13812b83b5
commit 14ed4e0117
8 changed files with 127 additions and 102 deletions

@ -94,7 +94,7 @@ class Config(ConfigParser, ABC):
try:
return locate_and_import_class(self.model.type)
except AttributeError as e:
raise AttributeError(f'The model alias you provided ("{self.get("model", "type")}")' +
raise AttributeError(f'The model alias you provided ("{self.get("model", "type")}") ' +
f'was not found!\n' +
f'{e}')