mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Update pr_agent/git_providers/bitbucket_server_provider.py
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
parent
af803ce473
commit
4a6a55ca7c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class BitbucketServerProvider(GitProvider):
|
|||
self.diff_files = None
|
||||
self.bitbucket_pull_request_api_url = pr_url
|
||||
self.bearer_token = get_settings().get("BITBUCKET_SERVER.BEARER_TOKEN", None)
|
||||
#Get username and password from settings
|
||||
# Get username and password from settings
|
||||
self.username = get_settings().get("BITBUCKET_SERVER.USERNAME", None)
|
||||
self.password = get_settings().get("BITBUCKET_SERVER.PASSWORD", None)
|
||||
if not self.bitbucket_server_url:
|
||||
|
|
|
|||
Loading…
Reference in a new issue