From 19f05566f25412784c5190ba73fdb57ef3e78d70 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 28 May 2020 17:43:47 +0200 Subject: [PATCH] Cosmetic --- lib/cr_vmware_tpl/cobbler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cr_vmware_tpl/cobbler.py b/lib/cr_vmware_tpl/cobbler.py index b8bbc06..357b8ec 100644 --- a/lib/cr_vmware_tpl/cobbler.py +++ b/lib/cr_vmware_tpl/cobbler.py @@ -34,7 +34,7 @@ from .config import CrTplConfiguration from .xlate import XLATOR -__version__ = '0.3.6' +__version__ = '0.3.7' LOG = logging.getLogger(__name__) @@ -288,7 +288,7 @@ class Cobbler(BaseHandler): proc = self.exec_ssh(cmd) if proc.returncode == 0: - LOG.debug(_("Remote Kickstart script {!r} is has the correct content.").format( + LOG.debug(_("Remote Kickstart script {!r} has the correct content.").format( str(remote_ks))) return -- 2.39.5