Skip to content

Commit 3e08a5f

Browse files
author
cpio
committed
Rename keywords attribute to keyword
1 parent 21faf99 commit 3e08a5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dataregistry/registrar/registrar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ def __init__(self, db_connection, root_dir, owner, owner_type):
3535
self.dataset_alias = DatasetAliasTable(
3636
db_connection, root_dir, owner, owner_type
3737
)
38-
self.keywords = KeywordTable(db_connection, root_dir, owner, owner_type)
38+
self.keyword = KeywordTable(db_connection, root_dir, owner, owner_type)
3939
self.dataset = DatasetTable(
40-
db_connection, root_dir, owner, owner_type, self.execution, self.keywords
40+
db_connection, root_dir, owner, owner_type, self.execution, self.keyword
4141
)
4242

4343
def get_owner_types(self):

0 commit comments

Comments
 (0)