Skip to content

Commit

Permalink
Update misc/codegen/lib/ql.py
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
hvitved and Copilot committed Feb 3, 2025
1 parent 55ac9ae commit e78b79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/codegen/lib/ql.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def get_bases(bases): return [Base(str(b), str(prev)) for b, prev in zip(bases,
if self.properties:
self.properties[0].first = True
for prop in self.properties:
if prop.type is self.name:
if prop.type == self.name:
prop.type_is_self = True

@property
Expand Down

0 comments on commit e78b79f

Please sign in to comment.