From 989c3ef175034cee1caa3895384308d857d26cee Mon Sep 17 00:00:00 2001 From: James <33908344+allen-munsch@users.noreply.github.com> Date: Thu, 12 Dec 2019 10:43:56 -0600 Subject: [PATCH] Update node.py --- graphene/relay/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene/relay/node.py b/graphene/relay/node.py index c84b479c..571f8b5c 100644 --- a/graphene/relay/node.py +++ b/graphene/relay/node.py @@ -93,7 +93,7 @@ class Node(AbstractNode): graphene_type = info.schema.get_type(_type).graphene_type except Exception as e: raise Exception( - "Unable call from_global_id, is the id base64 encoding of 'TypeName:id': {} Exception: {}".format( + "Unable to call from_global_id, is the id a base64 encoding of 'TypeName:id': {} Exception: {}".format( str(global_id), str(e) ) )