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

adapted the functionality based on review

parent 4647b2e6
Branches
No related tags found
1 merge request!388Sdc 1663 inputs validation
Pipeline #106383 failed
...@@ -61,7 +61,7 @@ def check_duplicates(data): ...@@ -61,7 +61,7 @@ def check_duplicates(data):
if not data: if not data:
# tasks without inputs should just return # tasks without inputs should just return
return False,None return False,None,None
found_duplicates = False found_duplicates = False
seen_surls = set() seen_surls = set()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment