fixed tox error related to whitespace at the end of a line

This commit is contained in:
Borne Mace 2015-09-11 12:17:03 -07:00
parent 51c6d967f5
commit 173da0a154
1 changed files with 1 additions and 1 deletions

View File

@ -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