Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Dec 19, 2024
1 parent a6650e0 commit 53495aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def __run_nitro_enclave(self):
"--enclave-cid", "42",
"--enclave-name", "uid2operator"
]
if self.configs('debug_mode', True): #E2E override
if self.configs.get('debug_mode', True): #E2E override
print("Running in debug_mode")
command += ["--debug-mode", "--attach-console"]
self.run_command(command)
Expand Down

0 comments on commit 53495aa

Please sign in to comment.