Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bcd8c8

Browse files
committed
Python: Moves query over to modernized predicates
1 parent fa59fc6 commit 2bcd8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/Exceptions/IllegalExceptionHandlerType.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import python
1515

1616
from ExceptFlowNode ex, Value t, ClassValue c, ControlFlowNode origin, string what
17-
where ex.handledException_objectapi(t, c, origin) and
17+
where ex.handledException(t, c, origin) and
1818
(
1919
exists(ClassValue x | x = t |
2020
not x.isLegalExceptionType() and

0 commit comments

Comments
 (0)