This commit is contained in:
omahs
2025-05-13 11:34:21 +02:00
committed by GitHub
parent ae8ed49280
commit 4bb6ec2ee5
4 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ def parse_git_header(text: str | list[str]) -> header | None:
new_version = g.group(2)
continue
# git always has it's own special headers
# git always has its own special headers
o = git_header_old_line.match(line)
if o:
old_path = o.group(1)

View File

@@ -467,7 +467,7 @@ def update_existing_pull_request(
comment_id = issue.thread_ids[count]
handler.reply_to_comment(issue.number, comment_id, reply_comment)
except (json.JSONDecodeError, TypeError):
msg = f'Error occured when replying to threads; success explanations {additional_message}'
msg = f'Error occurred when replying to threads; success explanations {additional_message}'
handler.send_comment_msg(issue.number, msg)
return pr_url