From a1f25756d9179ab8a60f0df4fc24575830094892 Mon Sep 17 00:00:00 2001 From: mryouse Date: Wed, 20 Jul 2022 21:17:37 +0000 Subject: bugfix: point to the correct type for TypeWrap --- neb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'neb') diff --git a/neb/__init__.py b/neb/__init__.py index 8a08daf..8ac8aeb 100644 --- a/neb/__init__.py +++ b/neb/__init__.py @@ -360,7 +360,7 @@ class TypeWrap: self.name = ALL_TYPES[name] self.parent = parent self.is_func = is_func - self.type_ = TypeEnum.TYPE + self.type_ = Type(":type") def validate_type(self, target, env, ns): # if it's an any type, it's valid -- cgit v1.2.3