From 6884f475d0fcb03142b17150a34cbf455eb6c737 Mon Sep 17 00:00:00 2001 From: David Almeida Date: Wed, 29 Jan 2025 11:20:27 +0100 Subject: [PATCH] Fix error message --- nomenclature/error.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomenclature/error.py b/nomenclature/error.py index b240277e..958f3c34 100644 --- a/nomenclature/error.py +++ b/nomenclature/error.py @@ -42,7 +42,7 @@ ), "ConstituentsNotNativeError": ( "constituents_not_native", - "Constituent region(s)\n{regions}\nin {file} not found in RegionCodeList", + "Constituent region(s)\n{regions}\nin {file} not found in native region(s)", ), }