mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Port #51572 to master
This commit is contained in:
parent
53cfbc4139
commit
04ca47065e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ def _get_split_zone(zone, _conn, private_zone):
|
|||
|
||||
|
||||
def _is_retryable_error(exception):
|
||||
return exception.code != "SignatureDoesNotMatch"
|
||||
return exception.code not in ["SignatureDoesNotMatch"]
|
||||
|
||||
|
||||
def describe_hosted_zones(
|
||||
|
|
Loading…
Add table
Reference in a new issue