Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
liustve committed Nov 14, 2024
1 parent dcc24f1 commit 38a92e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contract-tests/tests/test/amazon/botocore/botocore_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,8 @@ def _assert_specific_attributes(

try:
is_valid_regex = self._is_valid_regex(value)
except (StopIteration, RuntimeError, KeyError) as e:
except (StopIteration, RuntimeError, KeyError):

is_valid_regex = False

if is_valid_regex:
Expand Down

0 comments on commit 38a92e7

Please sign in to comment.