|
|
@ -110,7 +110,7 @@ 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}")
|
|
|
|
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:
|
|
|
|