linter update

pull/3/head
Eren Gölge 2021-02-15 12:10:19 +00:00
parent 7f58fa365b
commit 06a3ba2fe2
1 changed files with 1 additions and 1 deletions

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,