mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Remove false log that file was modified, but no patch found for bitbucket server
This commit is contained in:
parent
e0b6db9bec
commit
664f1938c9
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class BitbucketServerProvider(GitProvider):
|
|||
new_file_content_str = self.get_file(file_path, head_sha)
|
||||
new_file_content_str = decode_if_bytes(new_file_content_str)
|
||||
|
||||
patch = load_large_diff(file_path, new_file_content_str, original_file_content_str)
|
||||
patch = load_large_diff(file_path, new_file_content_str, original_file_content_str, show_warning=False)
|
||||
|
||||
diff_files.append(
|
||||
FilePatchInfo(
|
||||
|
|
|
|||
Loading…
Reference in a new issue