Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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.pad.base
Merge requests
!107
An error occurred while fetching the assigned milestone of the selected merge_request.
Fix the database name parameter not followed to bob.pipelines
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix the database name parameter not followed to bob.pipelines
fix-db-name
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Yannick DAYER
requested to merge
fix-db-name
into
master
2 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
d457ebe4
1 commit,
2 years ago
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/bob/pad/base/database/csv_dataset.py
+
2
−
0
Options
@@ -33,12 +33,14 @@ class FileListPadDatabase(Database, FileListDatabase):
def
__init__
(
self
,
name
,
dataset_protocols_path
,
protocol
,
transformer
=
None
,
**
kwargs
,
):
super
().
__init__
(
name
=
name
,
dataset_protocols_path
=
dataset_protocols_path
,
protocol
=
protocol
,
transformer
=
transformer
,
Loading