Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Add check
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Feb 16, 2024
1 parent 61738c4 commit 5729a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit 5729a83

Please sign in to comment.