We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7635cbc commit 85c641aCopy full SHA for 85c641a
1 file changed
toolshed/check_spdx.py
@@ -38,7 +38,7 @@ def main(args):
38
returncode = 0
39
for filepath in args:
40
if not ignore_spec.match_file(filepath) and not has_spdx_or_is_empty(filepath):
41
- print(f"MISSING {EXPECTED_SPDX_STR} {filepath!r}")
+ print(f"MISSING {EXPECTED_SPDX_STR}{filepath!r}")
42
returncode = 1
43
return returncode
44
0 commit comments