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