From: Frank Brehm Date: Thu, 28 May 2020 15:43:47 +0000 (+0200) Subject: Cosmetic X-Git-Tag: 2.1.2^2~9^2~31^2~81 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=19f05566f25412784c5190ba73fdb57ef3e78d70;p=pixelpark%2Fcreate-vmware-tpl.git Cosmetic --- 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