mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
Fix category search in changelog script
This commit is contained in:
parent
084ef9c47b
commit
e31f33bc1c
@ -239,7 +239,7 @@ def process_pull_requests(pull_requests, users, repo):
|
||||
long_descr_pos = i
|
||||
|
||||
cat = ''
|
||||
if cat_pos:
|
||||
if cat_pos is not None:
|
||||
# TODO: Sometimes have more than one
|
||||
cat = lines[cat_pos + 1]
|
||||
cat = cat.strip().lstrip('-').strip()
|
||||
|
Loading…
Reference in New Issue
Block a user