Remove false log that file was modified, but no patch found for bitbucket server

This commit is contained in:
Griffin Anspach
2025-01-20 14:56:10 -05:00
parent e0b6db9bec
commit 664f1938c9

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(