Skip to content

Commit

Permalink
updated indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-jugraham committed Oct 8, 2024
1 parent 8738ce1 commit 4eee7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/tests/src/cpu/vcpu_max_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def set_and_check_topology(test, vm, vcpus_num, sockets, cores, clusters=1):
add_topology=True
)
LOG.debug("Defined guest with '%s' vcpu(s), '%s' socket(s), and '%s' core(s), and '%s' cluster(s)",
str(vcpus_num), str(sockets), str(cores), str(clusters))
str(vcpus_num), str(sockets), str(cores), str(clusters))

# Start guest agent in vm
try:
Expand Down

0 comments on commit 4eee7d1

Please sign in to comment.