Replace spurious exit call by raising exceptions.

This commit is contained in:
Frédéric Tronel
2026-08-29 16:15:47 +02:00
parent c48b77f294
commit bea482487e
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ class ExternalToolError(TSCutError):
class InvalidMediaError(TSCutError):
"""Raised when input media cannot be processed."""
class UnimplementedFeature(TSCutError):
class UnimplementedFeatureError(TSCutError):
"""Raised when a rare feature is encountered and not yet implemented"""