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

Created methods modality_separator and modalities

parent f435da78
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,13 @@ class Database(bob.db.base.SQLiteDatabase):
def purposes(self):
return PURPOSES
@property
def modality_separator(self):
return "photo"
@property
def modalities(self):
return ['photo', 'sketch']
def original_file_name(self, file, check_existence = True):
"""
......
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