From 5de3778ae5fbde0a0ff2811c0750eb61f23f7d56 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Tue, 11 Feb 2025 19:52:05 +0100 Subject: [PATCH] ff --- src/ffx/ffx_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffx/ffx_controller.py b/src/ffx/ffx_controller.py index 659e9f1..cf6586d 100644 --- a/src/ffx/ffx_controller.py +++ b/src/ffx/ffx_controller.py @@ -110,7 +110,7 @@ class FfxController(): def generateOutputTokens(self, filePathBase, format = '', ext = ''): - self.__logger.debug(f"FfxController.generateOutputTokens(): base={filePathBase} format={format} ext={ext}") + self.__logger.debug(f"FfxController.generateOutputTokens(): base='{filePathBase}' format='{format}' ext='{ext}'") outputFilePath = f"{filePathBase}{'.'+str(ext) if ext else ''}" if format: