Skip to content

Commit

Permalink
Showcase links only needed for country datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Nov 18, 2024
1 parent a04ebf4 commit fdab0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hdx/scraper/ophi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def update_dataset(dataset):
mpi_subnational_path,
trend_path,
)
dataset_generator.load_showcase_links(retriever)
if create_country_datasets:
dataset_generator.load_showcase_links(retriever)
standardised_global = pipeline.get_standardised_global()
standardised_global_trend = (
pipeline.get_standardised_global_trend()
Expand Down

0 comments on commit fdab0a3

Please sign in to comment.