From ec4a9bc0c11ac34ce47f1ad7dbc65d1b12cd7353 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Wed, 18 Jan 2023 11:06:23 -0500 Subject: [PATCH] [5] allow other template values --- VERSION | 2 +- modules/meta.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index dbdbd49e..65d36a53 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop4 +1.18.3-develop5 diff --git a/modules/meta.py b/modules/meta.py index 75b33ad0..6b50ec49 100644 --- a/modules/meta.py +++ b/modules/meta.py @@ -906,7 +906,7 @@ class MetadataFile(DataFile): for template_name in template_names: if template_name not in self.templates: raise Failed(f"Config Error: {map_name} template: {template_name} not found") - if any([a in str(self.templates[template_name][0]) for a in ["<>", "<>", f"<<{auto_type}>>"]]): + if any([a in str(self.templates[template_name][0]) for a in ["<>")