From 09f0a2783377e366a6a75d60ff57775abe244596 Mon Sep 17 00:00:00 2001 From: Mike Dallas Date: Wed, 3 May 2023 13:51:01 +0100 Subject: [PATCH] Fixed SyntaxError under Python 3.7 --- bazarr/subtitles/manual.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bazarr/subtitles/manual.py b/bazarr/subtitles/manual.py index 868918889..45ff4e12b 100644 --- a/bazarr/subtitles/manual.py +++ b/bazarr/subtitles/manual.py @@ -87,8 +87,7 @@ def manual_search(path, profile_id, providers, sceneName, title, media_type): logging.debug(f"BAZARR Skipping {s}, because it doesn't match our series/episode") except TypeError: logging.debug("BAZARR Ignoring invalid subtitles") - finally: - continue + continue initial_hi = None initial_hi_match = False