Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JC2.py #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update JC2.py #16

wants to merge 1 commit into from

Conversation

yuxumin
Copy link

@yuxumin yuxumin commented Dec 2, 2024

return None

is sometimes confusing for debugging. it will cause other error within comfy. Like

"./ComfyUI/execution.py", line 175, in merge_result_data
output_is_list = [False] * len(results[0])
TypeError: object of type 'NoneType' has no len()

Raise the error directly will help coders and users to point the position where is original error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant