Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion child/dial.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def lambda_handler(event, context):
q.put(parent_exception)

if q.qsize() > 0:
print(f'[-]Unhandled exception occoured while processing request. error = {q}')
print(f'[-]Unhandled exception occurred while processing request. error = {q}')
for exception in q.queue:
print(exception)
#write_to_s3_bucket(event, q, "dial-security")