mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-04 22:09:52 +02: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)
|
scan=scan_directory(entry.path, suffixes, directoriesFirst=False)
|
||||||
|
|
||||||
if len(scan) != 0:
|
if len(scan) != 0:
|
||||||
tree.append( (entry.name, scan ) )
|
tree.append( (entry.name, scan ) )
|
||||||
return tree
|
return tree
|
||||||
|
|
||||||
def listModels(model_type):
|
def listModels(model_type):
|
||||||
|
Loading…
Reference in New Issue
Block a user