Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00d8e7d

Browse files
committedOct 30, 2024·
m
1 parent b792399 commit 00d8e7d

File tree

1 file changed

+1
-1
lines changed
  • test_vector_handlers/src/awses_test_vectors/manifests/full_message

1 file changed

+1
-1
lines changed
 

‎test_vector_handlers/src/awses_test_vectors/manifests/full_message/decrypt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def master_key_provider_fn():
336336
# Caller logic should expect `None` to mean "no scenario".
337337
if master_key_provider_fn() is None:
338338
return None
339-
except Exception: # pylint: disable=broad-except
339+
except Exception: # nosec,pylint: disable=broad-except
340340
# If there is any exception when loading the key, continue to create the test scenario.
341341
# Some test scenarios have bad keys that should fail during the test execution.
342342
pass

0 commit comments

Comments
 (0)
Please sign in to comment.