mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-19 14:07:08 +08:00
nit
This commit is contained in:
parent
8dfda4f6c8
commit
62905871cc
3
main.py
3
main.py
@ -91,8 +91,7 @@ def execute_prestartup_script():
|
|||||||
import_message = ""
|
import_message = ""
|
||||||
else:
|
else:
|
||||||
import_message = " (PRESTARTUP FAILED)"
|
import_message = " (PRESTARTUP FAILED)"
|
||||||
logging.info("{:6.1f} seconds{}:".format(n[0], import_message))
|
logging.info("{:6.1f} seconds{}: {}".format(n[0], import_message, n[1]))
|
||||||
logging.info(n[1])
|
|
||||||
logging.info("")
|
logging.info("")
|
||||||
|
|
||||||
apply_custom_paths()
|
apply_custom_paths()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user