mirror of https://github.com/morpheus65535/bazarr
no log: fixed indentation error
This commit is contained in:
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…
Reference in New Issue