This commit is contained in:
Bert Blommers 2022-03-31 09:49:04 +00:00 committed by GitHub
parent 620598e09a
commit 758920da50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7180,7 +7180,7 @@ class NetworkAclBackend(object):
)
subnet_id = None
for key, value in default_acl.associations.items():
for key in default_acl.associations:
if key == association_id:
subnet_id = default_acl.associations[key].subnet_id
del default_acl.associations[key]