ff
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user