From 6f5dd3a9e4682aba09e5af0452923c493229a0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tronel?= Date: Sun, 30 Aug 2026 14:18:39 +0200 Subject: [PATCH] Final typing error. --- src/tscut/pipeline.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tscut/pipeline.py b/src/tscut/pipeline.py index 8faddf2..791aaa2 100644 --- a/src/tscut/pipeline.py +++ b/src/tscut/pipeline.py @@ -8,7 +8,7 @@ from os import unlink from shutil import copyfile, move from sys import exit import logging -from typing import IO, Any +from typing import IO, Any, BinaryIO import hexdump @@ -98,6 +98,8 @@ def process_recording(options: ProcessingOptions) -> None: if not found: logger.error('Unsupported format of file') + mkv: BinaryIO + if final_format_of_file == SupportedFormat.TS: logger.info("Converting TS to MP4 (to fix timestamps).") try: