Skip to content

Commit 7ac6526

Browse files
committed
updated with comments for TODO
1 parent fde5498 commit 7ac6526

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/client/common/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
2-
2+
// TODO: Cleanup this place
3+
// Add options for execPythonFile
34
import * as path from 'path';
45
import * as fs from 'fs';
56
import * as child_process from 'child_process';
@@ -90,7 +91,6 @@ export function execPythonFile(file: string, args: string[], cwd: string, includ
9091
}
9192

9293
if (customEnvVariables === null) {
93-
let pathValue = <string>process.env[PATH_VARIABLE_NAME];
9494
// Ensure to include the path of the current python
9595
let newPath = '';
9696
if (IS_WINDOWS) {

0 commit comments

Comments
 (0)