Skip to content
Snippets Groups Projects
Commit d98bc74e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Use default argument

parent 03c25855
Branches
Tags v2.1.8b0
No related merge requests found
Pipeline #
......@@ -260,7 +260,7 @@ class File(Base, bob.db.base.File):
"""
return bob.io.base.load(self.make_path(directory, '.png'))
return bob.io.base.load(self.make_path(directory, extension))
train_file_association = Table('train_file_association', Base.metadata,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment