Skip to content

Commit 0efa0ff

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)