Merge pull request #1469 from gryphon-ops/main

Remove false log that file was modified, but no patch found for bitbucket server
This commit is contained in:
Tal 2025-01-23 08:03:35 +02:00 committed by GitHub
commit b5f52c5fea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(