From ff47ffea8fdce2f9abfc446bdfb1ec795ba77729 Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Tue, 12 May 2026 08:16:30 +0200 Subject: [PATCH] Fixing the issue --- gnommo/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnommo/cli.py b/gnommo/cli.py index 459cdd7..cb7d269 100644 --- a/gnommo/cli.py +++ b/gnommo/cli.py @@ -1470,9 +1470,10 @@ def cmd_preprocess( successfully_processed.append((seg_id, seg_source)) else: for segment_id, segment_source in segments_to_process: + _out_full = (cache_narration_dir or narration_dir) / segment_source.output_file print(f"\n Processing: {segment_id}") print(f" Source: {segment_source.source_file}") - print(f" Output: {segment_source.output_file}") + print(f" Output: {_out_full}") print(f" Filters: {len(segment_source.filter)} step(s)") preprocess_video( cache_narration_dir or narration_dir,