We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791b6ae commit 607fe20Copy full SHA for 607fe20
scripts/aws/ec2.py
@@ -253,7 +253,7 @@ def __kill_auxiliaries(self) -> None:
253
else:
254
ec2.run_compute()
255
except ConfidentialComputeStartupException as e:
256
- print("Failed starting up Confidential Compute. Please find the error code and documentation", e)
+ print("Failed starting up Confidential Compute. Please checks the logs for errors and retry \n", e)
257
except Exception as e:
258
- print("Unknown failure while starting up Confidential Compute. Please contact UID support team with this log", e)
+ print("Unknown failure while starting up Confidential Compute. Please contact UID support team with this log \n ", e)
259
0 commit comments