Skip to content

Commit

Permalink
Merge pull request #189 from ecmwf-projects/COPDS-1770-code-snippet-d…
Browse files Browse the repository at this point in the history
…ownload

Update default API request template
  • Loading branch information
ecmwf-cobarzan authored Jun 12, 2024
2 parents 069e8ac + 30a576e commit 6c41dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cads_processing_api_service/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
request = {api_request_kwargs}
client = cdsapi.Client()
client.retrieve(dataset, request)
client.retrieve(dataset, request).download()
"""

general_settings = None
Expand Down

0 comments on commit 6c41dfd

Please sign in to comment.