mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Linting fix
This commit is contained in:
parent
630db2b261
commit
69ee788738
1 changed files with 1 additions and 1 deletions
|
@ -1276,7 +1276,7 @@ def _get_vpc_by_name(name):
|
|||
page = 1
|
||||
ret = {}
|
||||
|
||||
log.debug("Matching vpc name with: %s",name)
|
||||
log.debug("Matching vpc name with: %s", name)
|
||||
while fetch:
|
||||
items = query(method="vpcs", command="?page=" + str(page) + "&per_page=200")
|
||||
for node in items["vpcs"]:
|
||||
|
|
Loading…
Add table
Reference in a new issue