improve: print install script log

update DB
This commit is contained in:
dr.lt.data
2023-08-14 12:37:33 +09:00
parent 5438c7a45e
commit b93e541478
4 changed files with 32 additions and 4 deletions

View File

@@ -61,6 +61,8 @@ if os.path.exists(script_list_path):
try:
script = eval(line)
print(f"\n## ComfyUI-Manager: EXECUTE => {script}")
print(f"\n## Execute install/(de)activation script for '{script[0]}'")
code = subprocess.run(script[1:], cwd=script[0])