Skip to content

Commit 01aac82

Browse files
committed
Python: ObjAPI to ValAPI: WrongNumArgsInCall: Update queries to use objectapi
1 parent 8c1aeb2 commit 01aac82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import python
22

33
from RaisingNode r, Scope s, ClassObject cls
4-
where r.viableExceptionalExit(s, cls)
4+
where r.viableExceptionalExit_objectapi(s, cls)
55
select r.getLocation().getStartLine(), r.toString(), s.toString(), cls.toString()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import python
22

33
from RaisingNode r, ControlFlowNode n, ClassObject ex
4-
where r.viableExceptionEdge(n, ex)
4+
where r.viableExceptionEdge_objectapi(n, ex)
55
select r.getLocation().getStartLine(), n.getLocation().getStartLine(), r.getNode().toString(),
66
n.getNode().toString(), ex.toString()

0 commit comments

Comments
 (0)