From 2f289df5406b9db0865a87000fc3aae3097dda72 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Mon, 4 Jun 2018 12:20:19 -0400 Subject: [PATCH] Another logic fail --- VMInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMInstance.py b/VMInstance.py index 60c32eba..8da2a3e9 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -178,7 +178,7 @@ class VMInstance: except ValueError: pass else: - transaction.set_data('/domains/' + self.domuuid + '/state', 'start'.encode('ascii')) + self.zk.set('/domains/' + self.domuuid + '/state', 'start'.encode('ascii')) self.inmigrate = False