Skip to content

Commit 8b41fdb

Browse files
committed
Correct typo in license gen script
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent ad69617 commit 8b41fdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/scripts/licenses/buildrules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def all_rule_by_tokens():
157157
rule_tokens[tuple(rule.tokens())] = rule.identifier
158158
except Exception as e:
159159
df = f" file://{rule.data_file}"
160-
tf = f" file://{rule.text_file}
160+
tf = f" file://{rule.text_file}"
161161
raise Exception(
162162
f"Failed to to get tokens from rule:: {rule.identifier}\n"
163163
f"{df}\n{tf}"

0 commit comments

Comments
 (0)