Skip to content

Commit

Permalink
fix cnm parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed May 16, 2024
1 parent 8944b35 commit bf86736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bignbit/send_to_gitc.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def notify_gitc(image_set: ImageSet, cmr_provider: str, gitc_id: str, collection

CUMULUS_LOGGER.debug(f'SQS send_message output: {response}')

cnm_key_name = collection_name + "/" + granule_ur + "." + cnm_json['submission_time'] + "." + "cnm.json"
cnm_key_name = collection_name + "/" + granule_ur + "." + cnm['submissionTime'] + "." + "cnm.json"

utils.upload_cnm(audit_bucket, cnm_key_name, cnm_json)
CUMULUS_LOGGER.debug('CNM uploaded to s3 audit bucket')
Expand Down

0 comments on commit bf86736

Please sign in to comment.