Skip to content

Commit

Permalink
correcting dict passed to facade
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonbJohnson committed Oct 12, 2023
1 parent 9d6b820 commit 5ba0118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hapi/pipelines/app/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def main(
user_agent=user_agent,
preprefix=preprefix,
hdx_site=hdx_site,
project_config_dict=project_config_dict,
project_config_dict=project_config_dict_with_defaults,
db_uri=db_uri,
db_params=args.db_params,
scrapers_to_run=scrapers_to_run,
Expand Down

0 comments on commit 5ba0118

Please sign in to comment.