From 66bdf820a14ac732f034dd9ff8e5a581698c7286 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 fee628790..4b38bfff8 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 = {