Skip to content
Snippets Groups Projects
Commit d2fe2d66 authored by Antoine Millet's avatar Antoine Millet
Browse files

Fixed bad indentation (pep8)

parent f05cde25
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ def cpurunning(handl):
"""CPU total used by running VMs on the hypervisor."""
return sum(int(vm.tag_db['__main__']['cpu'].value) for vm in
handl.hypervisor.domains.itervalues() if vm.tag_db['__main__']['cpu'].value and
vm.state == 'running')
vm.state == 'running')
@_check_virt_connected
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment