pyCreateTh

This commit is contained in:
Alex38Lyon
2025-07-02 14:17:37 +02:00
parent 77d57d67dc
commit 74e5b3f800
8 changed files with 178 additions and 105 deletions
+2
View File
@@ -22,6 +22,8 @@ def compile_template(template, template_args, totReadMeError = "", **kwargs ):
try:
tmpdir = tempfile.mkdtemp()
config = template.format(**template_args, tmpdir=tmpdir.replace("\\", "/"))
log.debug(f"{config}\n")