fixed azure remove comment bug

This commit is contained in:
mrT23
2024-09-19 12:54:26 +03:00
parent b447080777
commit 08319f8492

View File

@ -176,7 +176,7 @@ class PRCodeSuggestions:
else: else:
self.push_inline_code_suggestions(data) self.push_inline_code_suggestions(data)
if self.progress_response: if self.progress_response:
self.progress_response.delete() self.git_provider.remove_comment(self.progress_response)
else: else:
get_logger().info('Code suggestions generated for PR, but not published since publish_output is False.') get_logger().info('Code suggestions generated for PR, but not published since publish_output is False.')
except Exception as e: except Exception as e: