Skip to content

Commit

Permalink
debug input
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed Jun 4, 2024
1 parent 0f30ca9 commit 27f9615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bignbit/save_cnm_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def process(self):
print(collection_name)
print(granule_ur)

cnm_content = self.input['cnm']
cnm_content = self.input['cma']['event']['cnm']
print(cnm_content)

print(cnm_content)
Expand Down
2 changes: 1 addition & 1 deletion terraform/state_machine_definition.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
"granule_ur": "{$.granule_ur}",
"pobit_audit_bucket": "${PobitAuditBucket}",
"cumulus_message": {
"input": "{$.event}"
"input": "{$}"
}
}
}
Expand Down

0 comments on commit 27f9615

Please sign in to comment.