From 2852404bdffbb8bc970444a855273647ea2e78c4 Mon Sep 17 00:00:00 2001 From: Edresson Casanova Date: Fri, 6 Oct 2023 17:42:46 -0300 Subject: [PATCH] Fix style --- 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 0420fc0d..955eeb9b 100644 --- a/TTS/utils/manage.py +++ b/TTS/utils/manage.py @@ -385,7 +385,7 @@ class ModelManager(object): try: self.check_if_configs_are_equal(model_name, model_item, output_path) except: - pass + pass else: print(f" > {model_name} is already downloaded.") else: