Skip to content
Snippets Groups Projects
Commit f761bcfd authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Merge branch 'filebase-api-fix' into 'master'

Added the protocol argument issue #111

Closes #111

See merge request !153
parents 65fc500c 2aa0d0d2
No related branches found
No related tags found
1 merge request!153Added the protocol argument issue #111
Pipeline #
......@@ -294,7 +294,7 @@ class BioDatabase(six.with_metaclass(abc.ABCMeta, bob.db.base.FileDatabase)):
raise NotImplementedError("Please implement this function in derived classes")
def groups(self):
def groups(self, protocol=None):
"""
Returns the names of all registered groups in the database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment