From c2701fd26e85ea8ef8e6d5142b7703a0c0c4bcad Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Fri, 13 Jan 2023 07:33:06 -0500 Subject: [PATCH] no log: fixed indentation error --- bazarr/subtitles/post_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/subtitles/post_processing.py b/bazarr/subtitles/post_processing.py index 336bb67e4..472c53201 100644 --- a/bazarr/subtitles/post_processing.py +++ b/bazarr/subtitles/post_processing.py @@ -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)