Formatting

This commit is contained in:
2018-12-20 12:51:32 +01:00
parent b87c5b3728
commit ef259345ce

View File

@@ -185,8 +185,8 @@ def _video_duration_seconds(filename: pathlib.Path) -> typing.Optional[int]:
str(filename), str(filename),
] ]
duration = run(ffprobe_from_stream_args) or\ duration = run(ffprobe_from_stream_args) or \
run(ffprobe_from_container_args) or\ run(ffprobe_from_container_args) or \
None None
return duration return duration