linter update

This commit is contained in:
Eren Gölge
2021-03-08 02:54:47 +01:00
committed by Eren Gölge
parent 0e1e60bef0
commit 534c341f16
+1 -1
View File
@@ -182,7 +182,7 @@ def process_args(args, model_type):
# if model characters are not set in the config file
# save the default set to the config file for future
# compatibility.
if model_class == 'TTS' and not 'characters' in c:
if model_class == 'TTS' and 'characters' not in c:
used_characters = parse_symbols()
new_fields['characters'] = used_characters
copy_model_files(c, args.config_path,