Skip to content

Commit

Permalink
fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed May 29, 2024
1 parent 7b1f4a6 commit 8b56b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bignbit/save_cnm_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def process(self):
collection_name = self.config['collection']
granule_ur = self.config['granule_ur']

cnm_content = self.input[0]
cnm_content = self.input

CUMULUS_LOGGER.info(collection_name)
CUMULUS_LOGGER.info(granule_ur)
Expand Down

0 comments on commit 8b56b7a

Please sign in to comment.