Commit c7abd77f authored by Anael Beutot's avatar Anael Beutot
Browse files

Fixed tag decorator _check_virt_connected in hypervisor/tags.py.

parent f753a9fe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@ def _check_virt_connected(func):
            return
        return func(handl)

    return decorated


def vir_status(handl):
    """Local libvirt connection status."""