Python: Moves old predicates to suffixed form

This commit is contained in:
Rebecca Valentine
2020-03-03 16:53:56 -08:00
parent 400a0f5741
commit a0cf2cbb13
5 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
import python
from ExceptFlowNode ex, Value t, ClassValue c, ControlFlowNode origin, string what
where ex.handledException(t, c, origin) and
where ex.handledException_objectapi(t, c, origin) and
(
exists(ClassValue x | x = t |
not x.isLegalExceptionType() and