From 6dabf36c67d232d9979d9dbe93526950802b7e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robotka=20Adri=C3=A1n?= <robotka@sch.bme.hu> Date: Fri, 25 Sep 2020 17:12:28 +0200 Subject: [PATCH] Update config.py --- builder/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/config.py b/builder/config.py index 572139f..c0bbbfa 100644 --- a/builder/config.py +++ b/builder/config.py @@ -41,6 +41,7 @@ class Config: except yaml.YAMLError as exc: self.logger.error("Cannot load service YAML file.") self.logger.error(exc) + raise exc def template_loader(self, file_identifier: str, path: Path): self.logger.debug("Load template file (without parsing): " + str(path)) -- GitLab