Skip to content

Commit

Permalink
update hasAstClass
Browse files Browse the repository at this point in the history
  • Loading branch information
Cisphyx committed Dec 20, 2024
1 parent 749d042 commit 6a47084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/lib/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def hasAstClass(self, clss):
retn = True
break

if isinstance(kid, (EditPropSet, Function, CmdOper)):
if isinstance(kid, (EditPropSet, EditCondPropSet, Function, CmdOper)):
continue

if kid.hasAstClass(clss):
Expand Down

0 comments on commit 6a47084

Please sign in to comment.