Skip to content

Commit

Permalink
Merge pull request #75 from digitalearthpacific/dont-convert-to-int-b…
Browse files Browse the repository at this point in the history
…y-default

Set default post-processor to None for aws stac task
  • Loading branch information
jessjaco authored Nov 13, 2024
2 parents 5166849 + 9405219 commit c377fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep_tools/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def __init__(
searcher: Searcher,
loader: StacLoader,
processor: Processor,
post_processor: Processor | None = XrPostProcessor(),
post_processor: Processor | None = None,
logger: Logger = getLogger(),
**kwargs,
):
Expand Down

0 comments on commit c377fe1

Please sign in to comment.