Skip to content

Commit

Permalink
Fix prettier problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Wriedt Larsen committed Jan 13, 2023
1 parent 932b6a9 commit ebf1b8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/analyze.ts
Original file line number Diff line number Diff line change
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 ebf1b8f

Please sign in to comment.