Skip to content

Commit

Permalink
Fix python string
Browse files Browse the repository at this point in the history
  • Loading branch information
David Verdeguer committed Sep 23, 2020
1 parent 1477345 commit 3495596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function setupPythonExtractor(logger: Logger) {
codeqlPython,
[
"-c",
"import·os;·import·pip;·print(os.path.dirname(os.path.dirname(pip.__file__)))",
"import os; import pip; print(os.path.dirname(os.path.dirname(pip.__file__)))",
],
options
).exec();
Expand Down

0 comments on commit 3495596

Please sign in to comment.