Python: Moves query over to modernized predicates

This commit is contained in:
Rebecca Valentine
2020-03-03 17:05:47 -08:00
parent fa59fc607c
commit 2bcd8c8cb8

View File

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