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

@@ -2,5 +2,5 @@
import python
from ExceptFlowNode ex, Object obj
where ex.handledException(obj, _, _)
where ex.handledException_objectapi(obj, _, _)
select ex.getLocation().getStartLine(), ex.toString(), obj.toString()