Skip to content

Commit 38a92e7

Browse files
committed
rerun
1 parent dcc24f1 commit 38a92e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contract-tests/tests/test/amazon/botocore/botocore_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,8 @@ def _assert_specific_attributes(
938938

939939
try:
940940
is_valid_regex = self._is_valid_regex(value)
941-
except (StopIteration, RuntimeError, KeyError) as e:
941+
except (StopIteration, RuntimeError, KeyError):
942+
942943
is_valid_regex = False
943944

944945
if is_valid_regex:

0 commit comments

Comments
 (0)