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.cuhk_cufs
Commits
53099ae6
Commit
53099ae6
authored
Aug 25, 2015
by
Tiago de Freitas Pereira
Browse files
Fixed bug
parent
dd3e282b
Changes
1
Show whitespace changes
Inline
Side-by-side
bob/db/cuhk_cufs/query.py
View file @
53099ae6
...
...
@@ -66,9 +66,9 @@ class Database(bob.db.verification.utils.SQLiteDatabase, bob.db.verification.uti
original_directory
=
self
.
original_directory
if
file
.
modality
==
"photo"
:
if
file
.
client
.
original_database
==
"xm2vts"
:
original_directory
=
self
.
xm2vts
original_directory
=
self
.
xm2vts
_directory
elif
file
.
client
.
original_database
==
"arface"
:
original_directory
=
self
.
arface
original_directory
=
self
.
arface
_directory
if
not
original_directory
or
not
self
.
original_extension
:
...
...
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