Skip to content
Snippets Groups Projects
Commit 96bff0fd authored by Nico Vermaas's avatar Nico Vermaas
Browse files

SDC-1663 add input validation

parent 6cdafa11
Branches
No related tags found
1 merge request!388Sdc 1663 inputs validation
Pipeline #106287 passed
......@@ -28,6 +28,10 @@ def remove_duplicates(data):
"""
logger.info(f'check_for_duplicates')
if not data:
# tasks without inputs should just return
return False,None
recalculate = False
seen_surls = set()
unique_inputs = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment