Skip to content

Commit a000d7c

Browse files
committed
exclude license list version from comparison of tv-files
Signed-off-by: Meret Behrens <[email protected]>
1 parent d89ab65 commit a000d7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/formattedcode/test_output_spdx.py

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ def load_and_clean_tv(location):
149149
line = line.strip()
150150
if not line:
151151
continue
152+
if line.startswith('LicenseListVersion'):
153+
continue
152154
if line.startswith(('Creator: ', 'Created: ',)):
153155
continue
154156
if line.startswith(dns):

0 commit comments

Comments
 (0)