Skip to content

Commit

Permalink
force values in request (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF authored Jun 5, 2024
1 parent 92023c1 commit 3df0515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cads_adaptors/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def apply_mapping(request: dict[str, Any], mapping: dict[str, Any]):

# Add force values to request as some may be used in date expansion
r.update(force)
request.update(force)

date_keyword_configs = options.get("date_keyword_config", DATE_KEYWORD_CONFIGS)
if isinstance(date_keyword_configs, dict):
Expand Down

0 comments on commit 3df0515

Please sign in to comment.