Logging....
Cleanup. Sorry.
This commit is contained in:
parent
ca87c09c0e
commit
5d52231bcb
|
@ -51,7 +51,6 @@ def load_models(model_path: str, model_url: str = None, command_path: str = None
|
||||||
if extension not in ext_filter:
|
if extension not in ext_filter:
|
||||||
continue
|
continue
|
||||||
if file not in output:
|
if file not in output:
|
||||||
print(f"FILE: {full_path}")
|
|
||||||
output.append(full_path)
|
output.append(full_path)
|
||||||
|
|
||||||
if model_url is not None and len(output) == 0:
|
if model_url is not None and len(output) == 0:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user