Skip to content

Commit

Permalink
Merge pull request #534 from bcgov/revert-531-dev-AA-4510-marshal
Browse files Browse the repository at this point in the history
Revert "#4510 - TEST CODE, commented code block!"
  • Loading branch information
abin-aot authored Oct 11, 2023
2 parents d2dacc3 + 9076ebc commit 9782f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def start(consumer_id: str, start_from: StartFrom = StartFrom.latest):
_message
)
print(producermessage)
#processmessage(producermessage) #TOD : TRAIL CODE, Need to uncomment
processmessage(producermessage)
readyfornotification = True
print(
"Processing is completed for Job ID {0} for category {1}".format(
Expand Down

0 comments on commit 9782f44

Please sign in to comment.