Skip to content

Commit 0a3f868

Browse files
Update
1 parent dcf71f5 commit 0a3f868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seer/automation/codegen/unit_test_github_pr_creator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def create_github_pull_request(self):
5454
provided_base=self.pr.head.ref,
5555
)
5656

57-
self.store_pr_context(new_pr=new_pr, original_pr=self.pr)
57+
self.store_pr_context(new_pr=new_pr)
5858

5959
original_pr_url = self.pr.html_url
6060
new_pr_url = new_pr.html_url

0 commit comments

Comments
 (0)