From ce7bf0cab99aae42465df0ba9c040c3b15174fcd Mon Sep 17 00:00:00 2001 From: abuabraham-ttd <130511456+abuabraham-ttd@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:16:35 -0800 Subject: [PATCH] run-in-same-process --- scripts/aws/ec2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/aws/ec2.py b/scripts/aws/ec2.py index ee47f4556..772c571e3 100644 --- a/scripts/aws/ec2.py +++ b/scripts/aws/ec2.py @@ -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) - \ No newline at end of file +