|
|
@ -112,7 +112,7 @@ class FfxController():
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
return ['-f', format, outputFilePath]
|
|
|
|
return ['-f', format, outputFilePath]
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|