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.bio.video
Commits
0278081d
Commit
0278081d
authored
Oct 08, 2015
by
Tiago de Freitas Pereira
Browse files
Fixed the original_file_names method
parent
10b290c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/video/test/dummy/database.py
View file @
0278081d
...
...
@@ -33,7 +33,7 @@ class DummyDatabase (DatabaseBobZT):
# override the original file names to return a one-element lists of file names
def
original_file_names
(
self
,
files
):
return
[
[
n
]
for
n
in
self
.
database
.
original_file_names
(
files
,
self
.
check_existence
)]
return
[
n
for
n
in
self
.
database
.
original_file_names
(
files
,
self
.
check_existence
)]
database
=
DummyDatabase
()
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