Address review comments

Co-authored-by: Angela P Wen <angelapwen@github.com>
This commit is contained in:
Henry Mercer 2023-06-12 19:05:12 +01:00
parent bce99ca79f
commit c92053157f
9 changed files with 16 additions and 13 deletions

View file

@ -279,7 +279,7 @@ async function run() {
) {
if (
await features.getValue(
Feature.DisablePythonDependencyInstallation,
Feature.DisablePythonDependencyInstallationEnabled,
codeql
)
) {
@ -343,7 +343,7 @@ async function run() {
// Disable Python dependency extraction if feature flag set
if (
await features.getValue(
Feature.DisablePythonDependencyInstallation,
Feature.DisablePythonDependencyInstallationEnabled,
codeql
)
) {