From 32546c9cae7f51f9ca51ef22bbbbe55cd6bdc57e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 23 Nov 2023 10:22:42 +0100 Subject: [PATCH] Cosmetics --- lib/cr_tf/handler/files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cr_tf/handler/files.py b/lib/cr_tf/handler/files.py index f079276..4fd1b10 100644 --- a/lib/cr_tf/handler/files.py +++ b/lib/cr_tf/handler/files.py @@ -28,7 +28,7 @@ from ..errors import AbortExecution from ..xlate import XLATOR -__version__ = '0.5.1' +__version__ = '0.5.2' LOG = logging.getLogger(__name__) _ = XLATOR.gettext @@ -506,7 +506,7 @@ class CrTfHandlerFilesMixin(): description = "{cdesc}" cardinality = "SINGLE" associable_types = [ - "VirtualMachine", + "VirtualMachine", ] }} -- 2.39.5