summaryrefslogtreecommitdiffstats
path: root/rtemsspec/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/util.py')
-rw-r--r--rtemsspec/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsspec/util.py b/rtemsspec/util.py
index a92a1eff..ab9e90f6 100644
--- a/rtemsspec/util.py
+++ b/rtemsspec/util.py
@@ -47,6 +47,7 @@ def copy_files(src_dir: str, dst_dir: str, files: List[str]) -> None:
def load_config(config_filename: str) -> Any:
""" Loads the configuration file with recursive includes. """
+
class IncludeLoader(yaml.SafeLoader): # pylint: disable=too-many-ancestors
""" YAML loader customization to process custom include tags. """
_filenames = [config_filename]