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

Added the protocol argument issue #111

parent 65fc500c
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.
Finish editing this message first!
Please register or to comment