From 8b2996445fb91125d8c367ddac246ea3d2d05adc Mon Sep 17 00:00:00 2001 From: mryouse Date: Wed, 6 Jul 2022 01:03:14 +0000 Subject: add a type to :handle --- neb/structs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neb/structs.py b/neb/structs.py index 8598344..c5707a4 100644 --- a/neb/structs.py +++ b/neb/structs.py @@ -94,6 +94,7 @@ class String(Literal): class Handle: def __init__(self, file): self.file = file + self.type_ = TypeEnum.HANDLE def __str__(self): return f"{self.file.name} :handle" -- cgit v1.2.3