Skip to content

Commit c738f38

Browse files
authored
Merge pull request github#5624 from tausbn/python-make-callcfgnode-a-localsourcenode
Python: Improve `CallCfgNode` interface
2 parents cf5f760 + 903f364 commit c738f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/dataflow/new/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class CfgNode extends Node, TCfgNode {
180180
}
181181

182182
/** A data-flow node corresponding to a `CallNode` in the control-flow graph. */
183-
class CallCfgNode extends CfgNode {
183+
class CallCfgNode extends CfgNode, LocalSourceNode {
184184
override CallNode node;
185185

186186
/**

0 commit comments

Comments
 (0)