Skip to content

Commit

Permalink
Fix analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 11, 2024
1 parent f94e36b commit c483877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odds/backend/processor/dataset_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def process(self, dataset: Dataset, catalog: DataCatalog, datasetFilter: D
if config.debug:
rts.set(ctx, f'PROCESS DATASET {dataset.versions.get('resource_analyzer')} {dataset.title}')
resources = self.prune_resources(dataset, ctx)
if await datasetFilter.analyze(datasetFilter):
if await datasetFilter.analyze(dataset):
if len(resources) > 0:
await asyncio.gather(
*[
Expand Down

0 comments on commit c483877

Please sign in to comment.