From 26d7c3e27b3ce62e6bd866a2bb91df050a55e06c Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 6 Jun 2018 20:39:54 -0400 Subject: [PATCH] One extra bracket --- NodeInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeInstance.py b/NodeInstance.py index bf0e56d0..ef615831 100644 --- a/NodeInstance.py +++ b/NodeInstance.py @@ -103,7 +103,7 @@ class NodeInstance(): target_hypervisor = hypervisor if least_host == None: - print('>>> Failed to find migration target for VM "{}"; shutting down.'.format(dom_uuid))) + print('>>> Failed to find migration target for VM "{}"; shutting down.'.format(dom_uuid)) transaction = self.zk.transaction() transaction.set_data('/domains/{}/state'.format(dom_uuid), 'shutdown'.encode('ascii')) transaction.commit()