From 5729a832e2b4f20158dff01d52aaea286d7be039 Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:21:50 +0100 Subject: [PATCH] Add check --- src/runner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"])