Add git_files attribute to Bitbucket provider class for enhanced file handling

This commit is contained in:
mrT23
2024-08-13 12:39:45 +03:00
parent 8038eaf876
commit a2fb415c53

View File

@ -46,6 +46,7 @@ class BitbucketProvider(GitProvider):
self.temp_comments = []
self.incremental = incremental
self.diff_files = None
self.git_files = None
if pr_url:
self.set_pr(pr_url)
self.bitbucket_comment_api_url = self.pr._BitbucketBase__data["links"]["comments"]["href"]