mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Update pr_agent/git_providers/local_git_provider.py
Co-authored-by: Ori Kotek <orikotek@gmail.com>
This commit is contained in:
parent
8e6518f071
commit
d4cbcc465c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class LocalGitProvider(GitProvider):
|
||||||
self.head_branch_name = self.repo.head.ref.name
|
self.head_branch_name = self.repo.head.ref.name
|
||||||
self.branch_name = branch_name
|
self.branch_name = branch_name
|
||||||
self.tmp_branch_name = f'pr_agent_{uuid.uuid4()}'
|
self.tmp_branch_name = f'pr_agent_{uuid.uuid4()}'
|
||||||
self.prepare_repo()
|
self._prepare_repo()
|
||||||
self.diff_files = None
|
self.diff_files = None
|
||||||
self.pr = PullRequestMimic(self.get_pr_title(), self.get_diff_files())
|
self.pr = PullRequestMimic(self.get_pr_title(), self.get_diff_files())
|
||||||
self.description_path = settings.get('local.description_path') \
|
self.description_path = settings.get('local.description_path') \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue