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 792a4d5 commit 84686b2Copy full SHA for 84686b2
codeflash/result/create_pr.py
@@ -135,7 +135,7 @@ def check_create_pr(
135
if response.ok:
136
pr_id = response.text
137
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}")
+ logger.info(f"Successfully created a new PR #{pr_id} with the optimized code: {pr_url}")
139
else:
140
logger.error(
141
f"Optimization was successful, but I failed to create a PR with the optimized code."
0 commit comments