Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.banca
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.db.banca
Merge requests
!3
bob.db.base.File does not accept client_id
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bob.db.base.File does not accept client_id
refactoring_2016
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Amir MOHAMMADI
requested to merge
refactoring_2016
into
master
7 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8797ba4c
1 commit,
7 years ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bob/db/banca/models.py
+
2
−
1
Options
@@ -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
Loading