We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fc212 commit b792399Copy full SHA for b792399
test_vector_handlers/src/awses_test_vectors/manifests/full_message/decrypt.py
@@ -336,7 +336,7 @@ def master_key_provider_fn():
336
# Caller logic should expect `None` to mean "no scenario".
337
if master_key_provider_fn() is None:
338
return None
339
- except Exception: # pylint: disable=broad-exception
+ except Exception: # pylint: disable=broad-except
340
# If there is any exception when loading the key, continue to create the test scenario.
341
# Some test scenarios have bad keys that should fail during the test execution.
342
pass
0 commit comments