Skip to content

Commit c034cb2

Browse files
authored
fix CodeQL warning
1 parent aebc853 commit c034cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

suite_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def __init__(
485485
proj_dict["repo mirror"], fcm_exec
486486
)
487487
proj_dict["repo link"] = re.sub(
488-
r"rev=[a-zA-z0-9.]+",
488+
r"rev=[a-zA-Z0-9.]+",
489489
"rev=" + revision,
490490
proj_dict["repo link"],
491491
)

0 commit comments

Comments
 (0)