From f843f294c984c8206b30d7c120b1c7f1594365d1 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Mon, 11 Jun 2018 21:52:33 -0400 Subject: [PATCH] Debug --- VMInstance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/VMInstance.py b/VMInstance.py index 1688a34f..605a1abc 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -249,6 +249,7 @@ class VMInstance: return 0 print('got there') + print(running) # VM should be stopped if running == libvirt.VIR_DOMAIN_RUNNING and self.state == "stop" and self.hypervisor == self.thishypervisor.name: self.stop_vm()