mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 01:32:17 +00:00
Fix prettier problem
This commit is contained in:
@@ -101,9 +101,7 @@ async function setupPythonExtractor(logger: Logger) {
|
||||
|
||||
await new toolrunner.ToolRunner(
|
||||
codeqlPython,
|
||||
[
|
||||
path.join(scriptsFolder, "find_site_packages.py"),
|
||||
],
|
||||
[path.join(scriptsFolder, "find_site_packages.py")],
|
||||
options
|
||||
).exec();
|
||||
logger.info(`Setting LGTM_INDEX_IMPORT_PATH=${output}`);
|
||||
|
||||
Reference in New Issue
Block a user