mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
Trim lines
This commit is contained in:
parent
e7bf2ee58b
commit
ed9f18e22c
@ -200,7 +200,7 @@ def getModels():
|
||||
scan=scan_directory(entry.path, suffixes, directoriesFirst=False)
|
||||
|
||||
if len(scan) != 0:
|
||||
tree.append( (entry.name, scan ) )
|
||||
tree.append( (entry.name, scan ) )
|
||||
return tree
|
||||
|
||||
def listModels(model_type):
|
||||
|
Loading…
Reference in New Issue
Block a user