From: Frank Brehm Date: Wed, 15 Nov 2023 09:17:01 +0000 (+0100) Subject: Fixing lib/cr_vmware_tpl/cobbler/profile.py X-Git-Tag: 3.2.1~15^2~1 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=60679e931007cb8d97d5244682f9646c9ccf41ba;p=pixelpark%2Fcreate-vmware-tpl.git Fixing lib/cr_vmware_tpl/cobbler/profile.py --- diff --git a/lib/cr_vmware_tpl/cobbler/profile.py b/lib/cr_vmware_tpl/cobbler/profile.py index b8e649b..8184ce7 100644 --- a/lib/cr_vmware_tpl/cobbler/profile.py +++ b/lib/cr_vmware_tpl/cobbler/profile.py @@ -27,7 +27,7 @@ from .. import print_section_start, print_section_end from ..errors import ExpectedCobblerError from ..xlate import XLATOR -__version__ = '0.1.1' +__version__ = '0.1.2' LOG = logging.getLogger(__name__) @@ -180,7 +180,6 @@ class CobblerProfile(): if self.verbose > 1: LOG.debug('Arguments for changing profile:\n' + pp(args)) - return proc = self.exec_cobbler(args)