mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
fix attr access in linkml provider result
This commit is contained in:
parent
0d10ba9d75
commit
2fef717a62
1 changed files with 1 additions and 1 deletions
|
@ -285,4 +285,4 @@ class LinkMLProvider(Provider):
|
|||
)
|
||||
ns_file = ns_repo.provide_from_git(commit=version)
|
||||
res = self.build_from_yaml(ns_file)
|
||||
return res[namespace]["namespace"]
|
||||
return res[namespace].namespace
|
||||
|
|
Loading…
Reference in a new issue