Skip to content

Commit

Permalink
Update consumer args to add new 'env' option as False (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Oct 12, 2023
1 parent 61ad91d commit 732e1bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nwp/assets/ecmwf/mars.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def nwp_consumer_download_op(context: OpExecutionContext, config: NWPConsumerCon
"convert": False,
"consume": False,
"check": False,
"env": False,
"--source": config.source,
"--sink": "local",
"--from": config.date_from,
Expand All @@ -61,6 +62,7 @@ def nwp_consumer_convert_op(context: OpExecutionContext, downloadedConfig: NWPCo
"convert": True,
"consume": False,
"check": False,
"env": False,
"--source": downloadedConfig.source,
"--sink": "local",
"--from": downloadedConfig.date_from,
Expand Down

0 comments on commit 732e1bc

Please sign in to comment.