Skip to content

Commit

Permalink
Merge pull request #5 from asfadmin/dms/fix/return
Browse files Browse the repository at this point in the history
fix: return run_cumulus_task
  • Loading branch information
mckadesorensen authored May 2, 2024
2 parents ec30b9f + c2ca20e commit 1a27b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/granule_to_sns.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def granule_to_sns(event: dict, _) -> dict:
def lambda_handler(event, context):
init_root_logger()
with log_errors():
run_cumulus_task(granule_to_sns, event, context)
return run_cumulus_task(granule_to_sns, event, context)

0 comments on commit 1a27b1c

Please sign in to comment.