Skip to content

Commit

Permalink
/deploy sit
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 6, 2025
1 parent 1e4c969 commit 18c6ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podaac/lambda_handler/cumulus_cli_handler/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def get_and_run_task(handler, sfn, arn):
trace_back = traceback.format_exc()
err = (err[252] + ' ...') if len(err) > 252 else err
sfn.send_task_failure(taskToken=task['taskToken'], error=str(err), cause=trace_back)
TASK_TOKEN = None
TASK_TOKEN = None

0 comments on commit 18c6ce7

Please sign in to comment.