no log: fixed indentation error

This commit is contained in:
morpheus65535 2023-01-13 07:33:06 -05:00
parent fadda0ac40
commit c2701fd26e
1 changed files with 1 additions and 1 deletions

View File

@ -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)