Skip to content

Commit 9a62719

Browse files
committed
do not include oct2024g in list
1 parent 75629fc commit 9a62719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_shared_utils/shared_utils/rt_dates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
v for k, v in DATES.items() if k.endswith("2023") and not any(substring in k for substring in ["jan", "feb"])
8080
]
8181

82-
y2024_dates = [v for k, v in DATES.items() if k.endswith("2024")]
82+
y2024_dates = [v for k, v in DATES.items() if k.endswith("2024") and k not in ["oct2024g"]]
8383

8484

8585
valid_weeks = ["apr2023", "oct2023", "apr2024", "oct2024"]

0 commit comments

Comments
 (0)