Skip to content
GitLab
Menu
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
77d88d0a
Commit
77d88d0a
authored
Oct 14, 2014
by
Tiago de Freitas Pereira
Browse files
Fixed a bug with annotations
parent
d9360dc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/db/cbsr_nir_vis_2/query.py
View file @
77d88d0a
...
...
@@ -28,5 +28,5 @@ class Database(bob.db.verification.filelist.Database):
# call base class constructor
from
pkg_resources
import
resource_filename
lists
=
resource_filename
(
__name__
,
'lists'
)
bob
.
db
.
verification
.
filelist
.
Database
.
__init__
(
self
,
lists
,
original_directory
=
original_directory
,
original_extension
=
original_extension
,
annotation_directory
=
None
)
bob
.
db
.
verification
.
filelist
.
Database
.
__init__
(
self
,
lists
,
original_directory
=
original_directory
,
original_extension
=
original_extension
,
annotation_directory
=
annotation_directory
)
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