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 <[email protected]>
  • Loading branch information
phackstock and danielhuppmann authored Jan 22, 2024
1 parent 25652f9 commit 9216d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomenclature/codelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def from_directory(
code_list.append(RegionCode(name=c.name, hierarchy="Country"))

# importing from an external repository
for repository in config.definitions.region.repositories:
for repo in config.definitions.region.repositories:
repo_path = (
config.repositories[repository].local_path
/ "definitions"
Expand Down

0 comments on commit 9216d7d

Please sign in to comment.