Skip to content

Commit

Permalink
Fix set_global_filters in clean.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmervdl committed Nov 1, 2023
1 parent fb070ff commit 2da188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opuscleaner/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def main() -> None:
}

# set_global_filters() provides the filters to the validators in FilterPipeline
set_global_filters(filters)
set_global_filters(filters.values())
pipeline_config = parse_obj_as(FilterPipeline, json.load(args.pipeline))

# Order of columns. Matches datasets.py:list_datasets(path)
Expand Down

0 comments on commit 2da188c

Please sign in to comment.