Fix changelog RSS (?) (#24733)

(cherry picked from commit c26687620bc88a18e2c0ebd3a21e47faf3db6710)
This commit is contained in:
Pieter-Jan Briers
2024-01-30 13:16:31 +01:00
committed by Debug
parent fe99261081
commit 5880f31a7a

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