mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #8565 from ClickHouse/make_changelog_unicode_pattern
make_changelog.py::process_unknown_commits unicode fix
This commit is contained in:
commit
17307eda53
@ -207,7 +207,7 @@ def get_users_info(pull_requests, commits_info, token, max_retries, retry_timeou
|
||||
# List of unknown commits -> text description.
|
||||
def process_unknown_commits(commits, commits_info, users):
|
||||
|
||||
pattern = 'Commit: [{}]({})\nAuthor: {}\nMessage: {}'
|
||||
pattern = u'Commit: [{}]({})\nAuthor: {}\nMessage: {}'
|
||||
|
||||
texts = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user