Skip to content

Commit 3495596

Browse files
committed
Fix python string
1 parent 1477345 commit 3495596

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/analyze.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function setupPythonExtractor(logger: Logger) {
6565
codeqlPython,
6666
[
6767
"-c",
68-
"import·os;·import·pip;·print(os.path.dirname(os.path.dirname(pip.__file__)))",
68+
"import os; import pip; print(os.path.dirname(os.path.dirname(pip.__file__)))",
6969
],
7070
options
7171
).exec();

0 commit comments

Comments
 (0)