diff --git a/src/runner.py b/src/runner.py index 3e51633..c77a162 100644 --- a/src/runner.py +++ b/src/runner.py @@ -129,7 +129,8 @@ def print(x): **wftask.args, ) ) - # FIXME use "set" on the final list + # TODO: can we avoid this deduplicate operation? + list_function_kwargs = _deduplicate_list_of_dicts(list_function_kwargs) filtered_images = [ find_image_by_path(images=tmp_dataset.images, path=kwargs["path"])