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 dcc24f1 commit 38a92e7Copy full SHA for 38a92e7
contract-tests/tests/test/amazon/botocore/botocore_test.py
@@ -938,7 +938,8 @@ def _assert_specific_attributes(
938
939
try:
940
is_valid_regex = self._is_valid_regex(value)
941
- except (StopIteration, RuntimeError, KeyError) as e:
+ except (StopIteration, RuntimeError, KeyError):
942
+
943
is_valid_regex = False
944
945
if is_valid_regex:
0 commit comments