Syntax fix
This commit is contained in:
parent
d772837ad0
commit
f1d63f61f3
|
@ -730,7 +730,7 @@ def getModelSelection(modellist):
|
||||||
getModelSelection(mainmenu)
|
getModelSelection(mainmenu)
|
||||||
|
|
||||||
def check_if_dir_is_model(path):
|
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
|
# Return all keys in tokenizer dictionary containing char
|
||||||
|
|
Loading…
Reference in New Issue