Skip to content

Commit e78b79f

Browse files
hvitvedCopilot
andcommitted
Update misc/codegen/lib/ql.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 55ac9ae commit e78b79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/codegen/lib/ql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_bases(bases): return [Base(str(b), str(prev)) for b, prev in zip(bases,
122122
if self.properties:
123123
self.properties[0].first = True
124124
for prop in self.properties:
125-
if prop.type is self.name:
125+
if prop.type == self.name:
126126
prop.type_is_self = True
127127

128128
@property

0 commit comments

Comments
 (0)