Skip to content

Commit 752d581

Browse files
committed
more log log
1 parent cee6fc0 commit 752d581

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/client/common/process/pythonExecutionFactory.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ export class PythonExecutionFactory implements IPythonExecutionFactory {
100100
}
101101
console.log('EJFB, 4.10');
102102
const windowsStoreInterpreterCheck = this.pyenvs.isMicrosoftStoreInterpreter.bind(this.pyenvs);
103-
console.log('EJFB, 4.11');
104-
const env = (await windowsStoreInterpreterCheck(pythonPath))
103+
console.log('EJFB, 4.11', pythonPath);
104+
const a = await windowsStoreInterpreterCheck(pythonPath);
105+
console.log('EJFB, 4.11.5', a, processService, this.fileSystem);
106+
const env = a
105107
? createMicrosoftStoreEnv(pythonPath, processService)
106108
: createPythonEnv(pythonPath, processService, this.fileSystem);
107109
console.log('EJFB, 4.12');

0 commit comments

Comments
 (0)