Replace spurious exit call by raising exceptions.
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user