Skip to content

Commit ad64968

Browse files
vargenaurnjudge
authored andcommitted
Use correct case for 'false'. Resolves: #1170
Use correct case for 'false'. Resolves: #1170 Signed-off-by: Marc-Etienne Vargenau <[email protected]>
1 parent edbb48c commit ad64968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tern/formats/spdx/spdxtagvalue/image_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def get_image_block(image_obj, template):
9999
# Package Download Location (always NOASSERTION)
100100
block += 'PackageDownloadLocation: NOASSERTION\n'
101101
# Files Analyzed (always false)
102-
block += 'FilesAnalyzed: {}\n'.format(False)
102+
block += 'FilesAnalyzed: false\n'
103103
# Concluded Package License (always NOASSERTION)
104104
block += 'PackageLicenseConcluded: NOASSERTION\n'
105105
# Declared Package License (always NOASSERTION)

0 commit comments

Comments
 (0)