From 9f87321f10e6a364eafbe66c5d1cfef68a24d068 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 27 Oct 2018 16:33:50 -0400 Subject: [PATCH] Remove ending newline --- client-common/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client-common/common.py b/client-common/common.py index bc8b8418..75190484 100644 --- a/client-common/common.py +++ b/client-common/common.py @@ -298,4 +298,3 @@ def findTargetNodeVMs(zk_conn, dom_uuid): target_node = node return target_node -