Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Jul 15, 2024
1 parent d051091 commit 43b3619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _field_config(self, arg_name, val, type_map):
# check for TermSet defined within schema
spec = type_map.get_map(self).spec
if 'termset' in spec:
termset_path = os.path.join(CUR_DIR, spec['termset'])
termset_path = spec['termset']

# Check for Loaded configuration
# Note: A loaded configuation should override TermSet defined in the schema

Check failure on line 121 in src/hdmf/container.py

View workflow job for this annotation

GitHub Actions / Check for spelling errors

configuation ==> configuration
Expand Down

0 comments on commit 43b3619

Please sign in to comment.