Skip to content

Commit

Permalink
download includes 2022 in default
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazim Hussein committed Aug 10, 2023
1 parent 9561f19 commit a1f5f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymrio/tools/iodownloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def download_eora26(

if type(years) is int or type(years) is str:
years = [years]
years = years if years else range(1990, 2022)
years = years if years else range(1990, 2023)
years = [str(yy).zfill(4) for yy in years]

if type(prices) is str:
Expand Down

0 comments on commit a1f5f07

Please sign in to comment.