mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
Update pr_agent/git_providers/local_git_provider.py
Co-authored-by: Ori Kotek <orikotek@gmail.com>
This commit is contained in:

committed by
GitHub

parent
8e6518f071
commit
d4cbcc465c
@ -35,7 +35,7 @@ class LocalGitProvider(GitProvider):
|
||||
self.head_branch_name = self.repo.head.ref.name
|
||||
self.branch_name = branch_name
|
||||
self.tmp_branch_name = f'pr_agent_{uuid.uuid4()}'
|
||||
self.prepare_repo()
|
||||
self._prepare_repo()
|
||||
self.diff_files = None
|
||||
self.pr = PullRequestMimic(self.get_pr_title(), self.get_diff_files())
|
||||
self.description_path = settings.get('local.description_path') \
|
||||
|
Reference in New Issue
Block a user