Syntax fix

This commit is contained in:
Henk 2022-09-27 22:43:09 +02:00
parent d772837ad0
commit f1d63f61f3
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ def getModelSelection(modellist):
getModelSelection(mainmenu)
def check_if_dir_is_model(path):
return os.path.exists(os.path.join(path, 'config.json')):
return os.path.exists(os.path.join(path, 'config.json'))
#==================================================================#
# Return all keys in tokenizer dictionary containing char