This commit is contained in:
Louis Vézina 2019-12-18 06:35:54 -05:00
parent 8d9023af80
commit 26b48b1759
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class VideoFileParser:
if PY3:
command = [parser] + commandArgs + [inputFile]
completedProcess = subprocess.run(
command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True
command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True
)
if completedProcess.returncode:
raise IOError(