mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-03 07:26:31 +08:00
Switch some more prints to logging.
This commit is contained in:
2
nodes.py
2
nodes.py
@@ -1904,7 +1904,7 @@ def load_custom_node(module_path, ignore=set()):
|
||||
return False
|
||||
except Exception as e:
|
||||
logging.warning(traceback.format_exc())
|
||||
logging.warning(f"Cannot import {module_path} module for custom nodes:", e)
|
||||
logging.warning(f"Cannot import {module_path} module for custom nodes: {e}")
|
||||
return False
|
||||
|
||||
def load_custom_nodes():
|
||||
|
Reference in New Issue
Block a user