From 000822e8c8deee6413f47a1d12b64a8cedc6d008 Mon Sep 17 00:00:00 2001 From: q Date: Tue, 23 Sep 2025 14:53:21 +0300 Subject: [PATCH] typo fix --- tsmark/video_annotator.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsmark/video_annotator.py b/tsmark/video_annotator.py index baa9589..c89bd16 100755 --- a/tsmark/video_annotator.py +++ b/tsmark/video_annotator.py @@ -1307,10 +1307,7 @@ class World: ffmpeg_args_print.append( arg.format( input=shlex.quote(src_name_print), - output=shlex.quote( - f"{tgt_name_print}.trim.{ - from_str}-{to_str}" - ), + output=shlex.quote(f"{tgt_name_print}.trim.{from_str}-{to_str}"), start_time=from_ft, end_time=to_ft, )