fixed azure remove comment bug

This commit is contained in:
mrT23 2024-09-19 12:54:26 +03:00
parent b447080777
commit 08319f8492
No known key found for this signature in database
GPG key ID: D350490E39D5F5AD

View file

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