From 60679e931007cb8d97d5244682f9646c9ccf41ba Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 15 Nov 2023 10:17:01 +0100 Subject: [PATCH] Fixing lib/cr_vmware_tpl/cobbler/profile.py --- lib/cr_vmware_tpl/cobbler/profile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.39.5