Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix prettier problem
Rasmus Wriedt Larsen committed Jan 13, 2023

Unverified

No user is associated with the committer email.
1 parent 932b6a9 commit ebf1b8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/analyze.ts
@@ -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}`);

0 comments on commit ebf1b8f

Please sign in to comment.