Skip to content

Commit a5d771b

Browse files
authored
another one
1 parent c034cb2 commit a5d771b

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
@@ -479,7 +479,7 @@ def __init__(
479479
# Final attempt to ensure the links have revision numbers and not
480480
# keywords which aren't evaluated in the browser.
481481
if proj_dict["repo link"] is not None and re.search(
482-
r"rev=[a-zA-z]", proj_dict["repo link"]
482+
r"rev=[a-zA-Z]", proj_dict["repo link"]
483483
):
484484
revision = self.revision_from_loc_layout(
485485
proj_dict["repo mirror"], fcm_exec

0 commit comments

Comments
 (0)