mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-30 07:39:50 +01:00
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