avalon
avalon copied to clipboard
Fixing issue with updating work order receipt
Pushing the fix for the issue #693 .
In the file work_order_receipt.py, in line 163, while creating the update receipt - we concatenate the update data to the work order receipt string. The issue is that if the receipt create status has the value FAILED, the update data will be a dictionary, and hence, concatenating it to the string will cause the enclave manager to crash.
Have pushed code to convert this update data into a string so that it can be concatenated.
Signed-off-by: Sourabh Natesh [email protected]
You have no commit message, so the build is also failing. Put the message above, including your DCO signature line, in the commit. You can amend your commit with
git commit --amend
Then force push the commit to your github workspace:
git push -f <your workspace> <github workspace>