Skip to content

Commit f2986ec

Browse files
author
Pete Lumbis
committed
corrects netq version for exclusion
1 parent 5bd02d7 commit f2986ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_foss_licenses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def get_products():
296296
# Some versions are included in the JSON file that don't have correct licenses
297297
# This is the list of versions to exclude from processing
298298
cl_exclude_list = ["3.7.12", "4.1.0", "4.1.1"]
299-
netq_exclude_list = ["4.1.1"]
299+
netq_exclude_list = ["4.1.0"]
300300

301301
session = requests.Session()
302302
url = "https://d2whzysjlaya8k.cloudfront.net/release_notes_and_license_list.json"

0 commit comments

Comments
 (0)