mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
fixed azure remove comment bug
This commit is contained in:
parent
b447080777
commit
08319f8492
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ class PRCodeSuggestions:
|
|||
else:
|
||||
self.push_inline_code_suggestions(data)
|
||||
if self.progress_response:
|
||||
self.progress_response.delete()
|
||||
self.git_provider.remove_comment(self.progress_response)
|
||||
else:
|
||||
get_logger().info('Code suggestions generated for PR, but not published since publish_output is False.')
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Reference in a new issue