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

[refactoring2016] Fixed small bug

parent 9981d93d
No related branches found
No related tags found
1 merge request!6Issue 8 remove database configuration
Pipeline #
...@@ -16,4 +16,4 @@ class FaceBioFile(BioFile): ...@@ -16,4 +16,4 @@ class FaceBioFile(BioFile):
Initializes this File object with an File equivalent for Initializes this File object with an File equivalent for
VoxForge database. VoxForge database.
""" """
super(FaceBioFile, self).__init__(client_id=client_id, path=path, file_id=id) super(FaceBioFile, self).__init__(client_id=client_id, path=path, file_id=file_id)
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