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.banca
Commits
8797ba4c
Commit
8797ba4c
authored
Jan 14, 2017
by
Amir Mohammadi
Browse files
bob.db.base.File does not accept client_id
parent
b0c3706d
Pipeline
#6393
passed with stages
in 7 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/db/banca/models.py
View file @
8797ba4c
...
...
@@ -109,7 +109,8 @@ class File(Base, bob.db.base.File):
def
__init__
(
self
,
client_id
,
path
,
claimed_id
,
shot_id
,
session_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
.
claimed_id
=
claimed_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