forked from expo/troggle
Nearly fixed test suite
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user