mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove redundant except
This commit is contained in:
parent
f1a35823f7
commit
89bdd919a7
1 changed files with 0 additions and 2 deletions
|
@ -59,7 +59,5 @@ def test_ipset_new_set_with_family(ipset):
|
|||
check_set = ipset.list_sets()
|
||||
try:
|
||||
assert any([x for x in check_set if x["Name"] == set_name])
|
||||
except Exception as e:
|
||||
raise e
|
||||
finally:
|
||||
ipset.delete_set(set_name)
|
||||
|
|
Loading…
Add table
Reference in a new issue