This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push: new f25fc319 Not useful f25fc319 is described below commit f25fc31902aa5a7bca8c77a555b001e1c0c8b10a Author: Sebb <sebb...@users.noreply.github.com> AuthorDate: Fri Mar 7 10:23:44 2025 +0000 Not useful --- www/board_minutes.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/board_minutes.cgi b/www/board_minutes.cgi index c0af3be7..f1a9ce6c 100755 --- a/www/board_minutes.cgi +++ b/www/board_minutes.cgi @@ -36,7 +36,7 @@ def minutes(path): def year_index(year): """Generate year index""" if not re.fullmatch(r'\d\d\d\d', year): - print(f"Invalid year: {year}") + print("Invalid year") return folder = os.path.join(MINUTES_TXT, year) if not os.path.isdir(folder):