From: Frank Brehm Date: Thu, 23 Nov 2023 09:22:42 +0000 (+0100) Subject: Cosmetics X-Git-Tag: 1.8.0^2~5 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=32546c9cae7f51f9ca51ef22bbbbe55cd6bdc57e;p=pixelpark%2Fcreate-terraform.git Cosmetics --- 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", ] }}