Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheodorio committed Jul 24, 2024
1 parent c51088e commit 31deb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure/azure_cspm_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def subscription_client(self):
for aks in az.aks_resources(subscription.subscription_id):
for node_pool in az.container_vmss(aks):
log.info("Identified node pool: '%s' within AKS: '%s' with %d node(s)",
node_pool.name, aks.name, node_pool.count)
node_pool.name, aks.name, node_pool.count)
row['aks_nodes'] += node_pool.count

# (2) Process VMSS
Expand Down

0 comments on commit 31deb3a

Please sign in to comment.