Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.cuhk_cufs
Commits
56db8f23
Commit
56db8f23
authored
Aug 19, 2015
by
Tiago de Freitas Pereira
Browse files
Fixed method original_file_name
parent
1346bc50
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/db/cuhk_cufs/query.py
View file @
56db8f23
...
...
@@ -64,10 +64,10 @@ class Database(bob.db.verification.utils.SQLiteDatabase, bob.db.verification.uti
# check if directory is set
original_directory
=
self
.
original_directory
if
f
.
modality
==
"photo"
:
if
f
.
client
.
original_database
==
"xm2vts"
:
if
f
ile
.
modality
==
"photo"
:
if
f
ile
.
client
.
original_database
==
"xm2vts"
:
original_directory
=
self
.
xm2vts
elif
f
.
client
.
original_database
==
"arface"
:
elif
f
ile
.
client
.
original_database
==
"arface"
:
original_directory
=
self
.
arface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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