Skip to content

Commit 4e5ef88

Browse files
committed
Pass modules to dataset in video timelines processor
1 parent dc17324 commit 4e5ef88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processors/visualisation/video_timelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def get_video_labels(self, metadata):
207207
labels[filename] = filename
208208

209209
for dataset, urls in mapping_dataset.items():
210-
dataset = DataSet(key=dataset, db=self.db).nearest("*-search")
210+
dataset = DataSet(key=dataset, db=self.db, modules=self.modules).nearest("*-search")
211211

212212
# determine appropriate label
213213
# is this the right place? should it be in the datasource?

0 commit comments

Comments
 (0)