return string instead of path object for compatibility with hachoir

This commit is contained in:
Brannon King 2020-01-31 15:27:32 -07:00 committed by Lex Berezhny
parent a90b60799a
commit 85ad972ca8

View file

@ -335,4 +335,4 @@ class VideoFileAnalyzer:
# TODO: delete partial output file here if it exists?
return file_path
return output
return str(output)