From ef259345ceb633fd9bb248e5b1845c30c2e2ade5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 20 Dec 2018 12:51:32 +0100 Subject: [PATCH] Formatting --- pillar/api/file_storage/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar/api/file_storage/__init__.py b/pillar/api/file_storage/__init__.py index af31b763..5f6445b2 100644 --- a/pillar/api/file_storage/__init__.py +++ b/pillar/api/file_storage/__init__.py @@ -185,8 +185,8 @@ def _video_duration_seconds(filename: pathlib.Path) -> typing.Optional[int]: str(filename), ] - duration = run(ffprobe_from_stream_args) or\ - run(ffprobe_from_container_args) or\ + duration = run(ffprobe_from_stream_args) or \ + run(ffprobe_from_container_args) or \ None return duration