This commit is contained in:
2025-02-11 19:48:38 +01:00
parent 8514a0c152
commit 81aab0657e

View File

@@ -109,6 +109,9 @@ class FfxController():
def generateOutputTokens(self, filePathBase, format = '', ext = ''): def generateOutputTokens(self, filePathBase, format = '', ext = ''):
self.__logger.debug(f"FfxController.generateOutputTokens(): base={filePathBase} format={format} ext={ext}")
outputFilePath = f"{filePathBase}{'.'+str(ext) if ext else ''}" outputFilePath = f"{filePathBase}{'.'+str(ext) if ext else ''}"
if format: if format:
return ['-f', format, outputFilePath] return ['-f', format, outputFilePath]