Skip to content

Commit a7d3be2

Browse files
committed
typo
1 parent b6ee08f commit a7d3be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/extract_benchmark_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def extract_model_info(git_job_name: str) -> Dict[str, str]:
407407
match = re.search(pattern, git_job_name)
408408
if not match:
409409
raise ValueError(
410-
f"regex pattern not found from git_job_name: pattern: `{pattern}`, git_job_name: `{git_job_name}`. please check if pattern is in sync with executorch/.ci/scripts/gather_benchmark_configs.py and the workflow you called"
410+
f"regex pattern not found from git_job_name: pattern: `{pattern}`, git_job_name: `{git_job_name}`. please check if pattern is in sync with executorch/.ci/scripts/gather_benchmark_configs.py and the job name from previous step"
411411
)
412412

413413
extracted_content = match.group(1) # Get content after the opening parenthesis

0 commit comments

Comments
 (0)