entropy.client.interfaces.methods: open_memory_database fix
When opening a database instance using open_memory_database, ServiceInterface argument was not passed. This commit fixes it.
This commit is contained in:
@@ -561,7 +561,8 @@ class RepositoryMixin:
|
||||
xcache = False,
|
||||
indexing = False,
|
||||
OutputInterface = self,
|
||||
skipChecks = True
|
||||
skipChecks = True,
|
||||
ServiceInterface = self
|
||||
)
|
||||
dbc.initializeDatabase()
|
||||
return dbc
|
||||
|
||||
Reference in New Issue
Block a user