diff --git a/utilities/project_planning/calculate_available_weeks.py b/utilities/project_planning/calculate_available_weeks.py index fbc601617cf..877ec338fc0 100644 --- a/utilities/project_planning/calculate_available_weeks.py +++ b/utilities/project_planning/calculate_available_weeks.py @@ -11,7 +11,7 @@ programmers_with_reduced_availability = { # _ is part-time (safer to assume that isn't going to change) - "_": (52 / 2) * 0.6, + "_": 52 * 0.6, # __ is on parental leave for the first quarter of the year "__": 52 - (52 / 4), # assume whoever is lead at any point probably has 1/3rd availability for dev work