Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Huppmann <dh@dergelbesalon.at>
  • Loading branch information
phackstock and danielhuppmann authored Feb 9, 2024
1 parent 77192bb commit 8f0de39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nomenclature/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}'"
)
)

Expand Down

0 comments on commit 8f0de39

Please sign in to comment.