vinland-technology / scancode-manifestor

Creates package manifest from a Scancode report
GNU General Public License v3.0
1 stars 1 forks source link

quicker exclusion #29

Open hesa opened 3 years ago

hesa commented 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?