Skip to content

Commit

Permalink
run-in-same-process
Browse files Browse the repository at this point in the history
abuabraham-ttd authored Jan 8, 2025
1 parent abe4a87 commit ce7bf0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/aws/ec2.py
Original file line number Diff line number Diff line change
@@ -205,7 +205,7 @@ def __run_nitro_enclave(self):
if self.configs.get('debug_mode', False):
print("Running in debug_mode")
command += ["--debug-mode", "--attach-console"]
self.run_command(command, seperate_process=True)
self.run_command(command)

def run_compute(self) -> None:
"""Main execution flow for confidential compute."""
@@ -255,4 +255,4 @@ def __kill_auxiliaries(self) -> None:
print("Failed starting up Confidential Compute. Please checks the logs for errors and retry \n", e)
except Exception as e:
print("Unexpected failure while starting up Confidential Compute. Please contact UID support team with this log \n ", e)


0 comments on commit ce7bf0c

Please sign in to comment.