Skip to content

Commit 1dec24c

Browse files
authored
Merge pull request #8584 from dhalbert/8.2.x-to-main-2023-11-09
2 parents 146ca2a + 24ae0c4 commit 1dec24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_set_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def set_docs(run: bool):
257257
if pattern_doc.search(file) and (
258258
(
259259
subprocess.run(
260-
f"git diff -U0 $BASE_SHA...$HEAD_SHA {github_workspace + file} | grep -o -m 1 '^[+-]\/\/|'",
260+
rf"git diff -U0 $BASE_SHA...$HEAD_SHA {github_workspace + file} | grep -o -m 1 '^[+-]\/\/|'",
261261
capture_output=True,
262262
shell=True,
263263
).stdout

0 commit comments

Comments
 (0)