Skip to content

Commit 84686b2

Browse files
committed
Forgot to change an instance of pr_number for pr_id
1 parent 792a4d5 commit 84686b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/result/create_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def check_create_pr(
135135
if response.ok:
136136
pr_id = response.text
137137
pr_url = github_pr_url(owner, repo, pr_id)
138-
logger.info(f"Successfully created a new PR #{pr_number} with the optimized code: {pr_url}")
138+
logger.info(f"Successfully created a new PR #{pr_id} with the optimized code: {pr_url}")
139139
else:
140140
logger.error(
141141
f"Optimization was successful, but I failed to create a PR with the optimized code."

0 commit comments

Comments
 (0)