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 a6650e0 commit 53495aaCopy full SHA for 53495aa
scripts/aws/ec2.py
@@ -203,7 +203,7 @@ def __run_nitro_enclave(self):
203
"--enclave-cid", "42",
204
"--enclave-name", "uid2operator"
205
]
206
- if self.configs('debug_mode', True): #E2E override
+ if self.configs.get('debug_mode', True): #E2E override
207
print("Running in debug_mode")
208
command += ["--debug-mode", "--attach-console"]
209
self.run_command(command)
0 commit comments