From c75b50607b4ab78ef9c7c5c9e0c8672146ead91b Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Mon, 29 Jul 2024 11:15:37 -0400 Subject: [PATCH] Less confusing exception if pillow() function fails. --- node_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_helpers.py b/node_helpers.py index fee62879..4b38bfff 100644 --- a/node_helpers.py +++ b/node_helpers.py @@ -25,7 +25,7 @@ def pillow(fn, arg): finally: if prev_value is not None: ImageFile.LOAD_TRUNCATED_IMAGES = prev_value - return x + return x def hasher(): hashfuncs = {