Skip to content

Commit

Permalink
Better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Nov 6, 2023
1 parent e0c2997 commit 87afdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagging/update_wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def update_home_wiki_page(wiki_dir: Path, month: str) -> None:
TABLE_BEGINNING, TABLE_BEGINNING + month_line
)
wiki_home_file.write_text(wiki_home_content)
LOGGER.info(f"Update wiki home page with month: {month}")
LOGGER.info(f"Updated wiki home page with month: {month}")


def update_monthly_wiki_page(
Expand Down

0 comments on commit 87afdf9

Please sign in to comment.