Skip to content

Commit

Permalink
Fix prettier problem
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Dec 12, 2022
1 parent 522a636 commit 0bcae85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/analyze.ts
Expand Up @@ -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}`);
Expand Down

0 comments on commit 0bcae85

Please sign in to comment.