Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.fv3d
Commits
d98bc74e
Commit
d98bc74e
authored
Dec 13, 2016
by
André Anjos
💬
Browse files
Use default argument
parent
03c25855
Pipeline
#5801
failed with stages
in 4 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/db/3dfv/models.py
View file @
d98bc74e
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment