forked from LBRYCommunity/lbry-sdk
return string instead of path object for compatibility with hachoir
This commit is contained in:
parent
a90b60799a
commit
85ad972ca8
1 changed files with 1 additions and 1 deletions
|
@ -335,4 +335,4 @@ class VideoFileAnalyzer:
|
|||
# TODO: delete partial output file here if it exists?
|
||||
return file_path
|
||||
|
||||
return output
|
||||
return str(output)
|
||||
|
|
Loading…
Reference in a new issue