Remove exit from pipeline.

This commit is contained in:
Frédéric Tronel
2026-08-31 08:57:28 +02:00
parent 1a616f6cbd
commit d1df44c82c
4 changed files with 19 additions and 29 deletions
+1 -1
View File
@@ -57,5 +57,5 @@ class PreparedMedia:
@dataclass
class CutResult:
filename: str
movie: IO[bytes]
movie: BinaryIO
check_positions: list[timedelta]