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.kboc16
Commits
51ec0b4d
Commit
51ec0b4d
authored
Jan 14, 2017
by
Amir Mohammadi
Browse files
bob.db.base.File does not accept client_id
parent
f81f7f29
Pipeline
#6403
passed with stages
in 6 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/db/kboc16/models.py
View file @
51ec0b4d
...
...
@@ -57,7 +57,8 @@ class File(Base, bob.db.base.File):
def
__init__
(
self
,
client_id
,
path
,
session_id
,
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
.
shot_id
=
shot_id
...
...
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