8593: spelling mistake in the class SimpleAccess
This commit is contained in:
parent
24c1104f71
commit
cb852385bd
@ -849,7 +849,7 @@ class SimpleAccess(object):
|
||||
:return: list of repositories in the database
|
||||
:rtype: list
|
||||
"""
|
||||
return self.__all_objects(self.dbase.get_repsoitory_cursor,
|
||||
return self.__all_objects(self.dbase.get_repository_cursor,
|
||||
self.dbase.get_repository_from_handle)
|
||||
|
||||
def all_media(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user