Skip to content

Commit 53495aa

Browse files
Fix code
1 parent a6650e0 commit 53495aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws/ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def __run_nitro_enclave(self):
203203
"--enclave-cid", "42",
204204
"--enclave-name", "uid2operator"
205205
]
206-
if self.configs('debug_mode', True): #E2E override
206+
if self.configs.get('debug_mode', True): #E2E override
207207
print("Running in debug_mode")
208208
command += ["--debug-mode", "--attach-console"]
209209
self.run_command(command)

0 commit comments

Comments
 (0)