From 57bab53cec76f7cf84ae8ad4472073ff54e892b5 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 4 Jul 2024 22:10:49 +0300 Subject: Nearly fixed test suite --- core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/utils.py') diff --git a/core/utils.py b/core/utils.py index 77aba9d..eeb3c6a 100644 --- a/core/utils.py +++ b/core/utils.py @@ -124,7 +124,7 @@ def current_expo(): last_expo = expos[0].year if int(last_expo) < int(year): # coming year, after Dec.31st for y in range(int(last_expo)+1, int(year)+1): - print(f"--!{year}---") + #print(f"--!{year}---") make_new_expo(str(y)) make_new_expo_dir(str(y)) -- cgit v1.2.3