From 87afdf96890b7d98d385a723f96d3682a7e9b055 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 6 Nov 2023 20:49:36 +0100 Subject: [PATCH] Better logs --- tagging/update_wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagging/update_wiki.py b/tagging/update_wiki.py index 4d08c052..b55ae1fd 100755 --- a/tagging/update_wiki.py +++ b/tagging/update_wiki.py @@ -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(