bundles: code style improvements
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
2af911c29f
commit
f52df58517
24 changed files with 80 additions and 95 deletions
|
@ -64,7 +64,7 @@ def populate_permitted_ips_list_with_ips_from_repo(metadata):
|
|||
ips = set()
|
||||
|
||||
for rnode in repo.nodes:
|
||||
for identifier, found_ips in repo.libs.tools.resolve_identifier(repo, rnode.name).items():
|
||||
for _, found_ips in repo.libs.tools.resolve_identifier(repo, rnode.name).items():
|
||||
for ip in found_ips:
|
||||
if not ip.is_private:
|
||||
ips.add(str(ip))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue