This commit is contained in:
mrT23 2023-10-08 16:58:22 +03:00
parent e6548f4fe1
commit da98fd712f
No known key found for this signature in database
GPG key ID: D350490E39D5F5AD

View file

@ -227,6 +227,8 @@ class GitLabProvider(GitProvider):
target_file, target_line_no)
except Exception as e:
logging.exception(f"Could not publish code suggestion:\nsuggestion: {suggestion}\nerror: {e}")
# note that we publish suggestions one-by-one. so, if one fails, the rest will still be published
return True
def search_line(self, relevant_file, relevant_line_in_file):