Skip to content

Commit

Permalink
bump last year to 2030
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Metz committed Mar 19, 2020
1 parent 65d8f6c commit 11ff232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cs-config/cs_config/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ def handle_data_source(param_data):

new_pcl = defaultdict(dict)
new_pcl["schema"] = POLICY_SCHEMA
LAST_YEAR = 2026
LAST_YEAR = 2030
pol = Policy()
pol.set_year(2026)
pol.set_year(2030)
for param, item in pcl.items():
values = []
pol_val = getattr(pol, f"_{param}").tolist()
Expand Down

0 comments on commit 11ff232

Please sign in to comment.