From bb4ef4a133bb27b411ac3d5587d7add4090120f5 Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Wed, 1 Apr 2026 23:13:59 +0800 Subject: [PATCH] Apply suggestion from @sourcery-ai[bot] Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- modules/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core.py b/modules/core.py index f91835e..67eece1 100644 --- a/modules/core.py +++ b/modules/core.py @@ -277,7 +277,7 @@ def start() -> None: total_time = time.time() - start_time if is_video(modules.globals.target_path) and modules.globals.output_path and os.path.isfile(modules.globals.output_path): - update_status(f'Processing to video succeed! Total time: {total_time:.2f}s') + update_status(f'Video processing succeeded! Total time: {total_time:.2f}s') else: update_status('Processing to video failed!')