no log: fixed indentation error

pull/2042/head
morpheus65535 1 year ago
parent fadda0ac40
commit c2701fd26e

@ -35,4 +35,4 @@ def postprocessing(command, path):
logging.info(
'BAZARR Post-processing result for file ' + path + ' : Nothing returned from command execution')
else:
logging.info('BAZARR Post-processing result for file ' + path + ' : ' + out)
logging.info('BAZARR Post-processing result for file ' + path + ' : ' + out)

Loading…
Cancel
Save