Skip to content

Commit

Permalink
fixed azure remove comment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Sep 19, 2024
1 parent b447080 commit 08319f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/tools/pr_code_suggestions.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async def run(self):
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:
Expand Down

0 comments on commit 08319f8

Please sign in to comment.