Skip to content

Commit

Permalink
Update make_release.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan <[email protected]>
  • Loading branch information
pubpub-zz and stefan6419846 authored Oct 8, 2024
1 parent bd88cd7 commit 3bda6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def parse_commit_line(line: str, authors: Dict[str, str]) -> Change:

# Standardize
message.strip()
commit_hash = commit_hash.strip('"\\ \r\n')
commit_hash = commit_hash.strip().strip('"\\')

author_login = authors[commit_hash]

Expand Down

0 comments on commit 3bda6ad

Please sign in to comment.