From 173da0a154150ede56cccc5dfd080a486c415c76 Mon Sep 17 00:00:00 2001 From: Borne Mace Date: Fri, 11 Sep 2015 12:17:03 -0700 Subject: [PATCH] fixed tox error related to whitespace at the end of a line --- kollacli/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kollacli/host.py b/kollacli/host.py index eefcc39..c85cfd2 100644 --- a/kollacli/host.py +++ b/kollacli/host.py @@ -173,7 +173,7 @@ class HostSetup(Command): check_ok = host.check(True) if check_ok: - self.log.info('Skipping setup of host (%s) as check is ok' + self.log.info('Skipping setup of host (%s) as check is ok' % host.name) return True