From e55f5ee59edc517e68261c094c9f6889106ebf8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Sat, 1 Jan 2022 15:50:04 +0000 Subject: [PATCH] Make linter --- TTS/utils/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/utils/manage.py b/TTS/utils/manage.py index b002da53..01d54ad6 100644 --- a/TTS/utils/manage.py +++ b/TTS/utils/manage.py @@ -202,7 +202,7 @@ class ModelManager(object): z.extractall(output_folder) except zipfile.BadZipFile: print(f" > Error: Bad zip file - {file_url}") - raise zipfile.BadZipFile + raise zipfile.BadZipFile # pylint: disable=raise-missing-from # move the files to the outer path for file_path in z.namelist()[1:]: src_path = os.path.join(output_folder, file_path)