Skip to content

Commit b792399

Browse files
m
1 parent 01fc212 commit b792399

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

+1-1
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-exception
339+
except Exception: # 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)