Skip to content

Commit 5de1725

Browse files
committed
Python: update class name
1 parent 4a1fcde commit 5de1725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/consistency-queries/DataFlowConsistency.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private module Input implements InputSig<PythonDataFlow> {
132132
or
133133
// The capture argument node will be reused for every call to the same callable.
134134
arg = call.getArgument(_) and
135-
arg instanceof SynthCaptureArgumentNode
135+
arg instanceof CapturingClosureArgumentNode
136136
}
137137
}
138138

0 commit comments

Comments
 (0)