Fix changelog RSS (?) (#24733)
(cherry picked from commit c26687620bc88a18e2c0ebd3a21e47faf3db6710)
This commit is contained in:
parent
fe99261081
commit
5880f31a7a
|
|
@ -116,7 +116,7 @@ def main():
|
|||
|
||||
template_path = pathlib.Path(dir_name, 'changelogs', XSL_FILE)
|
||||
with sftp.open(XSL_FILE, "wb") as f, open(template_path) as fh:
|
||||
f.write(fh)
|
||||
f.write(fh.read())
|
||||
|
||||
|
||||
def create_feed(changelog: Any, previous_items: List[Any]) -> Tuple[Any, bool]:
|
||||
|
|
|
|||
Loading…
Reference in New Issue