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 a05ef0b commit 580f118Copy full SHA for 580f118
mbed_tools_ci_scripts/spdx_report/spdx_helpers.py
@@ -52,6 +52,7 @@
52
53
def determine_file_licence(path: Path) -> Optional[str]:
54
"""Determines the licence of a file based on the SPDX identifier."""
55
+ licence = None
56
try:
57
match = scan_file_for_pattern(path, SPDX_IDENTIFIER_REGEX_PATTERN)
58
if not match:
news/20200617.bugfix
@@ -0,0 +1 @@
1
+Fix unassigned variable error
0 commit comments