Skip to content

Commit

Permalink
bug fix in cvm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hairongchen committed Dec 13, 2023
1 parent bb28afe commit ecba0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmsdk/python/cctrusted/cvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ConfidentialVM:
TYPE_CC_NONE = -1
TYPE_CC_TDX = 0
TYPE_CC_SEV = 1
TYPE_CC_CCA = 1
TYPE_CC_CCA = 2

TYPE_CC_STRING = {
TYPE_CC_TDX: "TDX",
Expand Down

0 comments on commit ecba0ba

Please sign in to comment.