Fix name of Python stdlib extraction feature flag
This commit is contained in:
parent
c4700633cb
commit
d591d172c8
9 changed files with 43 additions and 19 deletions
|
|
@ -597,7 +597,7 @@ async function run() {
|
|||
// We are in the case where the default has switched to not extracting the stdlib.
|
||||
if (
|
||||
!(await features.getValue(
|
||||
Feature.CodeqlActionPythonDefaultIsToNotExtractStdlib,
|
||||
Feature.PythonDefaultIsToNotExtractStdlib,
|
||||
codeql,
|
||||
))
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue