Skip to content

Commit 81e4d9c

Browse files
committed
fix
1 parent c555e8a commit 81e4d9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

powerapi/report_modifier/libvirt_mapper.py

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
from libvirt import openReadOnly, libvirtError
3434
except ImportError:
3535
logging.getLogger().info("libvirt-python is not installed.")
36+
libvirtError = Exception
37+
openReadOnly = None
3638

3739
from . import ReportModifier
3840

0 commit comments

Comments
 (0)