Skip to content

Commit 204f2ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9884ad2 commit 204f2ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sds_data_manager/lambda_code/SDSCode/pipeline_lambdas/spice_indexer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def send_spice_event(spice_obj: SPICEFilePath, s3_key: str):
571571

572572
eventbridge_client = boto3.client("events")
573573
# In order to trigger batch starter, the event must have a key, instrument and
574-
# data_level. Otherwise, it sends event but never makes it because of SQS filter policy
574+
# data_level. Otherwise, it sends event but never makes it because of SQS filter policy
575575
detail["object"]["instrument"] = "spacecraft"
576576
detail["object"]["data_level"] = "l1a"
577577

0 commit comments

Comments
 (0)