Skip to content

Commit

Permalink
Add missing default
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Dec 27, 2024
1 parent 0adb2c7 commit 639d95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/confidential_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ConfidentialComputeConfig(TypedDict):
debug_mode: NotRequired[bool]

class ConfidentialComputeStartupException(Exception):
def __init__(self, error_name, provider, extra_message):
def __init__(self, error_name, provider, extra_message=None):
urls = {
"EC2": "https://unifiedid.com/docs/guides/operator-guide-aws-marketplace#uid2-operator-error-codes",
"Azure": "https://unifiedid.com/docs/guides/operator-guide-azure-enclave#uid2-operator-error-codes",
Expand Down

0 comments on commit 639d95e

Please sign in to comment.