MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / CommandTooLong

Class CommandTooLong

scenedetect/platform.py:217–218  ·  view source on GitHub ↗

Raised if the length of a command line argument exceeds the limit allowed on Windows.

Source from the content-addressed store, hash-verified

215
216
217class CommandTooLong(Exception):
218 """Raised if the length of a command line argument exceeds the limit allowed on Windows."""
219
220
221def invoke_command(args: list[str]) -> int:

Callers 1

invoke_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected