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
7b791244
Commit
7b791244
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
b0c3706d
8797ba4c
Pipeline
#6415
passed with stages
in 14 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/db/banca/models.py
View file @
7b791244
...
...
@@ -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