diff options
author | Bryan Pinsker <[email protected]> | 2023-08-21 03:52:49 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-20 20:52:49 -0400 |
commit | 5177d2a73c6f4b6e3996c6f369843c8512e18599 (patch) | |
tree | ad67ce75a26f692aa3554edf973ba7c310762705 | |
parent | 53951a5fad1143dd190d79faaca30e06e3c4ced8 (diff) | |
download | bazarr-5177d2a73c6f4b6e3996c6f369843c8512e18599.tar.gz bazarr-5177d2a73c6f4b6e3996c6f369843c8512e18599.zip |
no log: removed unused assertv1.2.5-beta.16
-rw-r--r-- | bazarr/languages/custom_lang.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bazarr/languages/custom_lang.py b/bazarr/languages/custom_lang.py index 64be33b6a..c97ae665f 100644 --- a/bazarr/languages/custom_lang.py +++ b/bazarr/languages/custom_lang.py @@ -67,7 +67,6 @@ class CustomLanguage: @classmethod def get_alpha_type(cls, subtitle: str, subtitle_path=None): - assert subtitle_path is not None extension = str(os.path.splitext(subtitle)[0]).lower() to_return = None |