Skip to content
Snippets Groups Projects
Commit d457ebe4 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[py] Fix the database name parameter not passed up

parent e156bd5f
Branches
Tags
1 merge request!107Fix the database name parameter not followed to bob.pipelines
Pipeline #69950 passed
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment