From b55894c53550c56f5d53cdce35cc0b6e5efae545 Mon Sep 17 00:00:00 2001 From: David Almeida Date: Wed, 15 Jan 2025 14:24:55 +0100 Subject: [PATCH] Shorten error message --- nomenclature/codelist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nomenclature/codelist.py b/nomenclature/codelist.py index 7f1eee02..373f7068 100644 --- a/nomenclature/codelist.py +++ b/nomenclature/codelist.py @@ -346,7 +346,6 @@ def _check_string(attr, value): errors.append( ValueError( f"Illegal character(s) '{found}' in {attr} of {self.name} '{code.name}'." - " Check for illegal characters and/or if tags were spelled correctly." ) ) elif isinstance(value, dict):