From 8f0de39b1ecedc27c9e9272f4ee946cc6ba7261c Mon Sep 17 00:00:00 2001 From: Philip Hackstock <20710924+phackstock@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:04:34 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Daniel Huppmann --- nomenclature/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nomenclature/config.py b/nomenclature/config.py index f85229f1..c0372749 100644 --- a/nomenclature/config.py +++ b/nomenclature/config.py @@ -92,8 +92,8 @@ def check_external_repo_double_stacking(self): if config.get("repositories"): raise ValueError( ( - "No external repos allowed in external repo, found in " - f"nomenclature.yaml in '{self.url}'" + "External repos cannot again refer to external repos, " + f"found in nomenclature.yaml in '{self.url}'" ) )