Skip to content

Commit

Permalink
debug geoboundaries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rohith4444 authored May 20, 2024
1 parent 984876c commit 3426b6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geoboundaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ def add_resource(key, description, filetype="geojson"):
dataset.set_subnational(True)
dataset_years = sorted(dataset_years)
dataset.set_reference_period_year_range(dataset_years[0], dataset_years[-1])
logger.info("CHecking line 1")
dataset["dataset_source"] = "".join(sorted(sources))
logger.info("CHecking line 2")
logger.info(
f'checking sources: {"".join(sorted(sources))}'
)
Expand Down

0 comments on commit 3426b6a

Please sign in to comment.