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
6b51585d
Commit
6b51585d
authored
Jan 16, 2017
by
André Anjos
💬
Browse files
Fix file path
parent
88ba3eff
Pipeline
#6625
passed with stages
in 2 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/db/fv3d/models.py
View file @
6b51585d
...
...
@@ -225,7 +225,7 @@ class File(Base, bob.db.base.File):
@
property
def
path
(
self
):
fmt
=
'{session}/{attempt}/{id:03}-{age:03}-{gender}{skin}{occ}{side}{finger}{session}{attempt}{snap}{cam}'
fmt
=
'{
id:03}/{
session}/{attempt}/{id:03}-{age:03}-{gender}{skin}{occ}{side}{finger}{session}{attempt}{snap}{cam}'
info
=
{
'id'
:
self
.
finger
.
client
.
id
,
'age'
:
self
.
finger
.
client
.
age
,
...
...
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