Skip to content

Commit

Permalink
fixed over indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-jugraham committed Oct 1, 2024
1 parent 1e229b2 commit 53fab07
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 @@ -140,7 +140,7 @@ def set_and_check_topology(test, vm, vm_name, vmxml, vcpus_num, sockets, cores,
add_topology=True
)
logging.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 53fab07

Please sign in to comment.