Open hesa opened 3 years ago
today exclusion is done using this:
files[file_list] = [x for x in files[file_list] if x['path'] != file_path ]
Can we speed this up?
today exclusion is done using this:
Can we speed this up?