Skip to content

Commit d122a64

Browse files
committed
Python: do not commit to CfgNode
1 parent 05102f9 commit d122a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/LocalSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class LocalSourceNode extends Node {
104104
/**
105105
* Gets a subscript of this node.
106106
*/
107-
CfgNode getASubscript() { Cached::subscript(this, result) }
107+
Node getASubscript() { Cached::subscript(this, result) }
108108

109109
/**
110110
* Gets a call to the method `methodName` on this node.

0 commit comments

Comments
 (0)