mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Python: update class name
This commit is contained in:
@@ -132,7 +132,7 @@ private module Input implements InputSig<PythonDataFlow> {
|
||||
or
|
||||
// The capture argument node will be reused for every call to the same callable.
|
||||
arg = call.getArgument(_) and
|
||||
arg instanceof SynthCaptureArgumentNode
|
||||
arg instanceof CapturingClosureArgumentNode
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user