You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Library extraction is disabled now. Please remove your logic that sets the CODEQL_PYTHON environment variable."+
99
-
"\nIf you used CODEQL_PYTHON to force the version of Python to analyze as, please use CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION instead, such as CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=2.7 or CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=3.11."
96
+
"\nIf you used CODEQL_PYTHON to force the version of Python to analyze as, please use CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION instead, such as CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=2.7 or CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=3.11."
100
97
);
101
98
return;
102
99
}
@@ -133,7 +130,8 @@ async function setupPythonExtractor(logger: Logger) {
133
130
exportasyncfunctioncreatedDBForScannedLanguages(
134
131
codeql: CodeQL,
135
132
config: configUtils.Config,
136
-
logger: Logger
133
+
logger: Logger,
134
+
features: FeatureEnablement
137
135
){
138
136
// Insert the LGTM_INDEX_X env vars at this point so they are set when
139
137
// we extract any scanned languages.
@@ -147,7 +145,7 @@ export async function createdDBForScannedLanguages(
0 commit comments