From 7008ee9950694d5495d1f043a9cfbbf21fd18152 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 6 Sep 2021 17:08:56 +0200 Subject: [PATCH] Extendig debug output. --- lib/cr_tf/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cr_tf/handler.py b/lib/cr_tf/handler.py index 948ef07..cd28907 100644 --- a/lib/cr_tf/handler.py +++ b/lib/cr_tf/handler.py @@ -270,7 +270,7 @@ class CreateTerraformHandler(BaseHandler): if config: self.config = config if self.verbose >= 1: - msg = _("Giveen configurations:") + '\n' + pp(self.config) + msg = _("Giveen configurations:") + '\n' + pp(self.config.to_str()) LOG.debug(msg) self.script_dir = self.base_dir.joinpath('postinstall-scripts') -- 2.39.5