Skip to content

Commit 98d91d5

Browse files
authored
Update current year from 2025 to 2026
affects service_fte_spending and drf files
1 parent 0c6fcee commit 98d91d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def build_drf(si, config, snapshot=False):
165165

166166
# Drop any actuals from the fiscal year in progress
167167
# TODO: Turn this into a function that looks at the current datetime
168-
current_yr = 2025
168+
current_yr = 2026
169169
drf_actuals = drf_actuals[drf_actuals['measure_yr']<current_yr]
170170

171171
# Determine the highest measure year for actuals
@@ -466,4 +466,4 @@ def build_data_dictionary(config):
466466

467467
except Exception as e:
468468
logger.error("Error: %s", e, exc_info=True)
469-
469+

0 commit comments

Comments
 (0)