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 3a34acb commit 24ae0c4Copy full SHA for 24ae0c4
tools/ci_set_matrix.py
@@ -257,7 +257,7 @@ def set_docs(run: bool):
257
if pattern_doc.search(file) and (
258
(
259
subprocess.run(
260
- f"git diff -U0 $BASE_SHA...$HEAD_SHA {github_workspace + file} | grep -o -m 1 '^[+-]\/\/|'",
+ rf"git diff -U0 $BASE_SHA...$HEAD_SHA {github_workspace + file} | grep -o -m 1 '^[+-]\/\/|'",
261
capture_output=True,
262
shell=True,
263
).stdout
0 commit comments