Fix changelog RSS (?) (#24733)

This commit is contained in:
Pieter-Jan Briers
2024-01-30 13:16:31 +01:00
committed by GitHub
parent cd4d090f4b
commit c26687620b

View File

@@ -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]: