Skip to content
Snippets Groups Projects
Commit 6dabf36c authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

Update config.py

parent ba377363
No related branches found
No related tags found
No related merge requests found
Pipeline #8104 failed
...@@ -41,6 +41,7 @@ class Config: ...@@ -41,6 +41,7 @@ class Config:
except yaml.YAMLError as exc: except yaml.YAMLError as exc:
self.logger.error("Cannot load service YAML file.") self.logger.error("Cannot load service YAML file.")
self.logger.error(exc) self.logger.error(exc)
raise exc
def template_loader(self, file_identifier: str, path: Path): def template_loader(self, file_identifier: str, path: Path):
self.logger.debug("Load template file (without parsing): " + str(path)) self.logger.debug("Load template file (without parsing): " + str(path))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment