mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Log virtinst exception if we fail to import at startup
This commit is contained in:
parent
2d8c6e49fe
commit
f6c29ff8ea
@ -307,6 +307,7 @@ def main():
|
||||
ignore = virtinst.__version__
|
||||
ignore = virtinst.__version_info__
|
||||
except Exception, e:
|
||||
logging.exception("Error import virtinst")
|
||||
raise RuntimeError(str(e) + "\n\n" + msg)
|
||||
|
||||
if virtinst.__version_info__ < virtinst_version:
|
||||
|
Loading…
Reference in New Issue
Block a user