diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-04 22:10:49 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-04 22:10:49 +0300 |
commit | 57bab53cec76f7cf84ae8ad4472073ff54e892b5 (patch) | |
tree | 683fd792a397b6c29e74051208660d52ef638ce2 /core/utils.py | |
parent | b28b590b6026b2426891052ab63e231f93b8277b (diff) | |
download | troggle-57bab53cec76f7cf84ae8ad4472073ff54e892b5.tar.gz troggle-57bab53cec76f7cf84ae8ad4472073ff54e892b5.tar.bz2 troggle-57bab53cec76f7cf84ae8ad4472073ff54e892b5.zip |
Nearly fixed test suite
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |