Skip to content

Commit

Permalink
Fix the other read_post call
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 15, 2025
1 parent 01779df commit 9c00531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/announce_wurst_backport.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def main(wurst_version: str, mc_version: str, dry_run: bool = False):
update_posts = find_updates_between(prev_update, wurst_version)
print(f"Updates between {prev_update.name} and {wurst_version}: {update_posts}")
for post_path in update_posts:
post = read_post(post_path)
post = util.read_post(post_path)
changelog = util.parse_changelog(post.content)
update_url = post.get_update_url()
new_heading = (
Expand Down

0 comments on commit 9c00531

Please sign in to comment.