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.biosecure
Commits
dbbe7433
Commit
dbbe7433
authored
Jan 14, 2017
by
Amir MOHAMMADI
Browse files
Merge branch 'refactoring_2016' into 'master'
bob.db.base.File does not accept client_id See merge request
!3
parents
d3d9acc7
acd18d07
Pipeline
#6401
passed with stages
in 6 minutes and 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/db/biosecure/models.py
View file @
dbbe7433
...
...
@@ -79,7 +79,8 @@ class File(Base, bob.db.base.File):
def
__init__
(
self
,
client_id
,
path
,
session_id
,
camera
,
shot_id
):
# call base class constructor
bob
.
db
.
base
.
File
.
__init__
(
self
,
client_id
=
client_id
,
path
=
path
)
bob
.
db
.
base
.
File
.
__init__
(
self
,
path
=
path
)
self
.
client_id
=
client_id
self
.
session_id
=
session_id
self
.
camera
=
camera
...
...
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