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.bio.face
Commits
f11caa2a
Commit
f11caa2a
authored
Nov 04, 2017
by
Tiago de Freitas Pereira
Browse files
Fixed bug with the path
parent
3da3a026
Pipeline
#13769
passed with stages
in 19 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/database/ijba.py
View file @
f11caa2a
...
...
@@ -30,7 +30,7 @@ class IJBABioFile(FaceBioFile):
path
=
"%s-%s%s"
%
(
self
.
path
,
self
.
client_id
,
extension
or
''
)
else
:
# do not add the client ID to be able to obtain the original image file
path
=
"%s%s"
%
(
self
.
path
,
self
.
client_id
,
extension
or
''
)
path
=
"%s%s"
%
(
self
.
path
,
extension
or
''
)
return
str
(
os
.
path
.
join
(
directory
or
''
,
path
))
...
...
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