From: Frank Brehm Date: Wed, 11 Apr 2018 14:07:28 +0000 (+0200) Subject: Bugfixing X-Git-Tag: 0.1.1~45 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=724962f5bb9a7bc46dfa4e2daa596008036d117e;p=pixelpark%2Fcreate-vmware-tpl.git Bugfixing --- diff --git a/lib/cr_vmware_tpl/handler.py b/lib/cr_vmware_tpl/handler.py index 27a7229..0501adf 100644 --- a/lib/cr_vmware_tpl/handler.py +++ b/lib/cr_vmware_tpl/handler.py @@ -640,7 +640,7 @@ class CrTplHandler(PpBaseObject): self.config.template_vm, 22, socket.AF_INET, socket.SOCK_STREAM) if self.verbose > 1: LOG.debug("Got following address_infos for {h!r}, IPv4 TCP port 22:\n{ai}".format( - h=self.config.template_vm, pp(addr_infos))) + h=self.config.template_vm, ai=pp(addr_infos))) if not addr_infos: raise HandlerError("Did not get address infos for {!r}, IPv4 TCP port 22.".format( self.config.template_vm))