ffprobe-python icon indicating copy to clipboard operation
ffprobe-python copied to clipboard

added support for PurePath objects for defining source file.

Open alastair-swan opened this issue 11 months ago • 0 comments

pipes breaks with the following error when given a Path object: TypeError: expected string or bytes-like object, got 'PosixPath' This change addes a check for, and handles that case so that Path objects can be used directly in Posix enviroments

alastair-swan avatar Dec 01 '24 22:12 alastair-swan