Skip to content
Snippets Groups Projects

Fix the database name parameter not followed to bob.pipelines

Merged Yannick DAYER requested to merge fix-db-name into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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